Replies: 3 comments
-
I'm also facing with this problem, any idea here? |
Beta Was this translation helpful? Give feedback.
-
Using |
Beta Was this translation helpful? Give feedback.
-
This is how the JVM is supposed to work. Heap memory is not released back to the OS automatically. You should inspect whether there is remaining memory in heap instead of looking at memory from the OS. Closing, feel free to continue discussion. |
Beta Was this translation helpful? Give feedback.
-
Trino Version: 366
Run On Kubernetes:v1.19.4
Use helm to arrange containers
work configuration:
JVM configuration:
As shown in the figure, the memory after the query will not be released until the memory is full and then the pod will be killed
Beta Was this translation helpful? Give feedback.
All reactions