Closed wcdfilll closed 1 month ago
There is no issue here. Docker shows the Java allocated amount, not actual usage. If you want to see the actual usage, use something like spark by lucko. Thanks.
There is no issue here. Docker shows the Java allocated amount, not actual usage. If you want to see the actual usage, use something like spark by lucko. Thanks.
this make OOM killer start, how i prevent this happen. any solution ?
There is no issue here. Docker shows the Java allocated amount, not actual usage. If you want to see the actual usage, use something like spark by lucko. Thanks.
this make OOM killer start, how i prevent this happen. any solution ?
A) Don't use OOM killer B) Give for example 8G to container and 7G for Java Xmx. So there's enough overhead. Usually I keep like 500Mb - 2000Mb
There is no issue here. Docker shows the Java allocated amount, not actual usage. If you want to see the actual usage, use something like spark by lucko. Thanks.
this make OOM killer start, how i prevent this happen. any solution ?
A) Don't use OOM killer B) Give for example 8G to container and 7G for Java Xmx. So there's enough overhead. Usually I keep like 500Mb - 2000Mb
no that is not the problem the problem is why docker uses more ram than java it is still increasing see image
Current Behavior
I have tested these servers on Windows, specifically Minecraft and Discord Bot, and they only used around 5-7GB of actual RAM on average. I raise the question, when I run free -h on Ubuntu 22.04 while these servers are running, it shows the same amount of RAM usage as in the Windows environment. So, where has the remaining RAM, which seems to have increased exponentially, gone?
Expected Behavior
Game servers using Java (or not Java, I haven't tested, only Java) will use a lot of RAM. Here is a picture of 1 server out of 3 servers using 15gb RAM and block of
free -h
the actual amount of RAM the server uses, game servers should not use that much RAMSteps to Reproduce
Panel Version
1.11.7
Wings Version
1.11.3
Games and/or Eggs Affected
Minecraft (Paper)
Docker Image
ghcr.io/pterodactyl/yolks:java_17 or any yolks other
Error Logs
Is there an existing issue for this?