Created
November 8, 2020 01:19
-
-
Save mobeigi/8332aaa147626f95d59586b3c7d7951c to your computer and use it in GitHub Desktop.
TWS VM Options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This file contains VM parameters for Trader Workstation. | |
# Each parameter should be defined in a separate line and the | |
# last line must be followed by a line feed. No leading or | |
# trailing whitespaces are allowed in the same line, where a | |
# parameter is defined. | |
# | |
# Lines starting with a '#' character are treated as comments | |
# and ignored. Additionally, if a line contains a | |
# '### keep on update' string, all parameters defined below will | |
# be preserved on update. | |
# | |
# GC settings | |
-XX:+UseG1GC | |
-XX:MaxGCPauseMillis=200 | |
-XX:ParallelGCThreads=20 | |
-XX:ConcGCThreads=5 | |
-XX:InitiatingHeapOccupancyPercent=70 | |
# preferred channel for updates ("stable", "latest", "beta") | |
-Dchannel=latest | |
-Dinstaller.uuid=c376f40c-e315-4dad-b771-904224ae9c39 | |
-DvmOptionsPath=C:\Jts\tws.vmoptions | |
-Dsun.awt.nopixfmt=true | |
-Dsun.java2d.noddraw=true | |
-Dswing.boldMetal=false | |
-Dsun.locale.formatasdefault=true | |
### keep on update | |
### Upgraded Java heap size | |
-Xmx3072m | |
-Xms1536m | |
-XX:PermSize=256m | |
-XX:MaxPermSize=512m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps (Windows)
tws.options
filetws.options
file above