Replies: 1 comment 1 reply
-
Most of those I've never seen before, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently read the Java arguments optimization that you wrote and I didn't see some of the arguments I have. I don't know java as a programming language and don't know what each argument means - I just copy paste them and play.
Minecraft version: 1.12.2
Java: Eclipse Temurin JDK with Hotspot 8u332-b09 (x64)
Aikar's arguments:
-Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
My arguments that do not match or are not written by Aikar:
-XX:MaxGCPauseMillis=16 -XX:+UnlockDiagnosticVMOptions -XX:UseAVX=2 -XX:-UseBiasedLocking -XX:SoftRefLRUPolicyMSPerMB=2000 -XX:+EagerXrunInit -XX:+UseNewLongLShift -XX:+UseXmmI2D -XX:+UseXmmI2F -XX:+OptoScheduling -XX:+OptoBundling -XX:+UseStringDeduplication -XX:+UseFastUnorderedTimeStamps -XX:UseSSE=4 -XX:+UseAES -XX:+UseAESIntrinsics -Xverify:none -XX:TargetSurvivorRatio=50 -XX:+AggressiveOpts
The main question is do I need to remove them or do something with them so that Minecraft has more fps? Maybe I need to add something to these arguments?
Beta Was this translation helpful? Give feedback.
All reactions