Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I release memory automatically from presto-server? #16079

Open
MoronHugh opened this issue May 12, 2021 · 2 comments
Open

How can I release memory automatically from presto-server? #16079

MoronHugh opened this issue May 12, 2021 · 2 comments

Comments

@MoronHugh
Copy link

Here is my situation:
I have set the JVM memory=6G. And then, after I ran 3 query (each one is about 2G memory usage) , the presto-server process will take 6G memory all the time until I restart presto for wokers. So, I wonder is it posible to release the memory when presto got no new request or query?
Ps:
Presto version = 0.248
I have tried all the config below and it's not working:
query.min-expire-age = 1 m
query.max-history = 1
query.low-memory-killer.policy = total-reservation-on-blocked-nodes

Thanks.

@sutodi
Copy link

sutodi commented Oct 3, 2023

Facing the same issue. Any solution?

@MoronHugh
Copy link
Author

MoronHugh commented Oct 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants