#memory consumption
13 messages · Page 1 of 1 (latest)
Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.
You gave java infinite memory and then told it that it may use 95% of that for it's heap.
But really, 6GiB isn't all that much for VH anyway
but the fact that it's just eating it and not release some is weird ? it crash several time cuz of that
Not really. that's just how java works.
Set an actual limit on your container and you'll have a better time
Tell me I can have 95% of an infinite cake, I'm not giving any of it back.
That's pretty typical usage
i've already test on a other server, he gonna consuming ram to get to a point that the server is crash because of memory usage
Let it run. If it runs out of heap then increase the containers limit, if it runs out of native memory space instead, decrease the MaxRAMPercentage to like 90 or 85