What is trino's memory management mechanism? #17437
Replies: 1 comment 1 reply
-
The That entire 16GB is then available for Trino to use. In addition to that some libraries may use off-heap (native) memory as well. I'd suggest you to read about JVM memory model and management since this is not something specific to Trino itself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am very confused on trino's memory management mechanism,
If I have given 16G memory by -Xmx16G in jvm.config, trino how to use theses memory.
Do trino keep theses memory as static ? it means put the 16G memory in a pool, and the program has to get memory from the pool ?
Beta Was this translation helpful? Give feedback.
All reactions