Hello,
can someone explain, what this JVM-Arguments does?
Thank u for your help!
can someone explain, what this JVM-Arguments does?
-d64 -server -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.readTimeout=90 -Ddeployment.trace=true -Ddeployment.log=true -Ddeployment.trace.level=allThank u for your help!
1
Supposedly increases performance / some garbage collection options / some debug options. Most of these flags are a waste of time though if you are running latest release of Java as I'm pretty sure at least a few of them are now default behaviours anyway.
