which config I should change in order to increase memory capacity #4765
Replies: 2 comments
-
cc: @xiaoxmeng |
Beta Was this translation helpful? Give feedback.
0 replies
-
query.max-memory-per-node |
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 got error and reported by below part of code :
velox/velox/common/memory/MemoryPool.cpp
Line 774 in e5c36ae
out << "\nExceeded memory cap of " << succinctBytes(capacity_)
<< " when requesting " << succinctBytes(incrementBytes) << "\n";
I want to know which config should I change to increase this capacity_
thank you
Beta Was this translation helpful? Give feedback.
All reactions