help optimizing java

spudy12

New Member
Jul 29, 2019
20
0
1
Can anyone help me optimize the java settings for my server?

been looking at other peoples for example [spolier]ava -server -Xincgc -Xmx2048M -Xms1024M -Xmn512M -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+UseAdaptiveSizePolicy -XX:+DisableExplicitGC -Xnoclassgc -oss4M -ss4M -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:parallelGCThreads=4 -XX:+AggressiveOpts -cp "FTB-Beta-A.jar" -jar "FTB-Beta-A.jar[/spolier]

Specs are:
Intel dual core at 3.5ghz
8gb ddr3 1600mhz RAM
intel 520 SSD

I don't know what much of the options mean / do. any help would be very much appreciated

Spud