Hello,
I was browsing the forums and came across this thread.
Very informative thread, I'd like to thank Woodopriest and clodan for taking the time to write it. The problem is I'm honestly looking at it and not understanding it at all. I know it's about java garbage collection, but that's about it.
The part I'm interested in is the following:
I honestly have no idea what any of it means. It's a start.bat or start.sh file, clearly, but other than that, I'm stumped.
Could somebody explain it like I'm 5?
I understand that it's personalized based on your computer's specs, so copy+pasting this will more likely break something rather than help.
Does it matter if java's JDK or JRE?
64 bit or 32 bit?
I was browsing the forums and came across this thread.
Very informative thread, I'd like to thank Woodopriest and clodan for taking the time to write it. The problem is I'm honestly looking at it and not understanding it at all. I know it's about java garbage collection, but that's about it.
The part I'm interested in is the following:
java -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"
I honestly have no idea what any of it means. It's a start.bat or start.sh file, clearly, but other than that, I'm stumped.
Could somebody explain it like I'm 5?
I understand that it's personalized based on your computer's specs, so copy+pasting this will more likely break something rather than help.
Does it matter if java's JDK or JRE?
64 bit or 32 bit?