#[42.15.2] [Linux] Project Zomboid Using More Ram than It's allowed
1 messages · Page 1 of 1 (latest)
This happens on the loading screen, same mod list on windows
3gb is the heap, the game uses RAM for other assets above the heap
More mods means more assets means more RAM
Why would it be any different between Windows and Linux?
linux hands out RAM to processes differently, especially in regards to caching, which would be the "above the heap" case that Beard mentioned. more notably it tends to not reclaim memory for caches until it actually needs to, preferring to keep them around to avoid the (typically CPU) overhead of spinning them back up again.
if you were truly utilizing all 32GB of your RAM and experiencing slowdowns then you might have a valid basis here, but I imagine (from what you described, with 10GB usage) i imagine that wasn't the case
I don't understand what you mean
Task Manager shows lower RAM for Java apps because it reports mainly the memory unique to the process. Linux tools like top, htop, btop show higher usage because it includes shared libraries, like glibc, counted fully per process plus JVM overhead