Okay, so I've brought this up before, about my server getting above 10GB in memory (Its a 10GB server), so eventually it just times everyone out once it hits 10.5 or so.
I was first using JVM arguments such as -Xms and -Xmx to see if that'd help, which it did not.
I was told by a dev to try to use no args, which I don't think worked as its still going well over 10GB
The modpack devs have stated that all it should need is 4GB, and I've tried allocating at least 6GB. No dice.
I've looked at Spark, and it seems that the RAM used for the pack is maybe 6-7GB, however I was also told the analytic in the Pebble dashboard combines Cache as well. So that must mean there's at least 3-4GB of cache being used.
Is there not a way to better clean that up, or maybe something else I can do? I can try adding more memory leak fixes if thats the case, though I have the mod for it, I don't think its really detecting a leak
Any ideas?