Anyone has any suggestions on what I could put in my bat file to help improve my own server? I know it depends on what my server stats are which I'll list below. However I'd also like to know if there's a place you can go to see these java commands? Or whatever they are called. So I can just go down the list and see what I might want to add/remove myself.
My server is on my own machine which has:
Windows 7
16GB of ram
quad core processor
1GB video card
At the moment my bat file has this:
I haven't got a clue what any of it does but some way of finding out would be great and any suggestions on what to add/remove would be good too!
My server is on my own machine which has:
Windows 7
16GB of ram
quad core processor
1GB video card
At the moment my bat file has this:
Code:
javaw -server -Xmx1G -Xms768m -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=3 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -XX:+UseLargePages -XX:ReservedCodeCacheSize=256m -XX:+UseCompressedOops -cp ftbserver.jar -jar ftbserver.jar
I haven't got a clue what any of it does but some way of finding out would be great and any suggestions on what to add/remove would be good too!