I thought my heap dump was causing issues with packet handler issues eventually leading to the crash of the server and everyone unable to log in. In particular the code cache. Can anyone tell me if my Java heap looks okay or if you would suggest any changes.
The parameters added to channel.bat are:
Code:-Xms10240m -Xmx10240m -XX:CodeCacheMinimumFreeSpace=64m -XX:+UseCodeCacheFlushing -XX:CompilerThreadStackSize=10240m -XX:ReservedCodeCacheSize=1024m -XX:MaxPermSize=2560m -XX:PermSize=2560m -XX:NewSize=5120m -XX:MaxNewSize=5120m -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90![]()







Reply With Quote

