2

What does this JVM-Arguments?

Abyssis 6/27/21 11:14 am
321
6/27/2021 11:36 am
Hello,

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=all
Thank u for your help!
Posted by
Abyssis
Level 1 : New Network
0

  Have something to say?

JoinSign in

1

ZonkedCompanion
06/27/2021 11:36 am
Level 33 : Artisan Pirate
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.
2

Welcome