What is velox's memory management mechanism? #4893
Unanswered
jiangjiguang
asked this question in
Q&A
Replies: 2 comments
-
I am not familiar with the detail implementation of memory management in Velox, but I think many memory management mechanisms are basically the same. You can refer to jemalloc for how memory management mechanism works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
cc : @xiaoxmeng |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very confused on veloxs memory management mechanism,
If I have given 25G memory by node.memory_gb=25 in node.properties, velox how to use theses memory.
Do velox keep theses memory as static ? it means put the 25G memory in a pool, and the program has to get memory from the pool ?
Beta Was this translation helpful? Give feedback.
All reactions