Skip to content

Instantly share code, notes, and snippets.

@DerekZiemba
Created August 25, 2021 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerekZiemba/54fa22794b6693f724df938d675d02a5 to your computer and use it in GitHub Desktop.
Save DerekZiemba/54fa22794b6693f724df938d675d02a5 to your computer and use it in GitHub Desktop.
-XX:+IgnoreUnrecognizedVMOptions
-Dawt.useSystemAAFontSettings=lcd_hrgb
-Djxbrowser.logging.level=ERROR
-Dsun.net.http.allowRestrictedHeaders=true
-Dsun.awt.disableMixing=true
-Dsun.java2d.noddraw=true
-Dsun.java2d.xrender=false
-Dsun.java2d.uiScale.enabled=false
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+G1EnableStringDeduplication
-XX:+AlwaysPreTouch
-XX:+AlwaysTenure
-XX:+ParallelRefProcEnabled
-Xmx6144m
-Xms3584m
-XX:SoftMaxHeapSize=4608m
-XX:MetaspaceSize=232m
-XX:MaxHeapFreeRatio=50
-XX:MinHeapFreeRatio=15
-XX:ParallelGCThreads=6
-XX:ConcGCThreads=2
-XX:G1HeapRegionSize=4m
-XX:G1HeapWastePercent=14
-XX:G1ReservePercent=8
-XX:G1NewSizePercent=28
-XX:G1MixedGCCountTarget=8
-XX:HeapFirstMaximumCompactionCount=15
-XX:HeapMaximumCompactionInterval=25
-XX:MaxGCPauseMillis=350
-XX:G1PeriodicGCInterval=60000
-XX:G1PeriodicGCSystemLoadThreshold=30
-XX:SurvivorRatio=7
-XX:MaxTenuringThreshold=5
-XX:TargetSurvivorRatio=75
-XX:SoftRefLRUPolicyMSPerMB=2000
-XX:+TieredCompilation
-XX:+SegmentedCodeCache
-XX:InitialCodeCacheSize=96m
-XX:ReservedCodeCacheSize=1024m
-XX:CodeCacheExpansionSize=32m
-XX:NonNMethodCodeHeapSize=4m
-XX:MaxInlineLevel=9
-XX:MaxTrivialSize=11
-XX:MaxInlineSize=63
-XX:FreqInlineSize=500
-XX:InlineSmallCode=2000
-XX:CompileThresholdScaling=1
-XX:+AlignVector
-XX:+DoEscapeAnalysis
-XX:+UseNewLongLShift
-XX:+UseVectorCmov
-XX:+UseXmmI2D
-XX:+UseXmmI2F
-XX:+UseCMoveUnconditionally
-XX:ArrayCopyLoadStoreMaxElem=16
-XX:AutoBoxCacheMax=16384
-XX:LiveNodeCountInliningCutoff=60000
-XX:MaxNodeLimit=100000
Target: "C:\Program Files\Zulu\zulu-15\bin\javaw.exe" -server -XX:VMOptionsFile="java15.vmoptions" -jar launcher-first.jar
Start in: "C:\Program Files\thinkorswim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment