It's observed that Velox backend uses more memory than we configured. Which is perhaps related to the untracked Velox global memory manager. We should set a capacity according to Spark overhead size to [here](https://github.com/apache/incubator-gluten/blob/63144566d50a697daebdf2f3c569bddc44e398a5/cpp/velox/compute/VeloxBackend.cc#L130) to limit that memory manager's usage.