Skip to content

Commit

Permalink
Improve client parameters
Browse files Browse the repository at this point in the history
See runelite/launcher#4 for more details and
explanation.

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Feb 23, 2018
1 parent 7b442c0 commit 9b3e46f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@
"version": "1.2.17"
},
"clientJvmArguments": [
"-Xmx256m",
"-Xss2m",
"-Dsun.java2d.noddraw=true",
"-XX:CompileThreshold=1500",
"-Xincgc",
"-XX:+UseConcMarkSweepGC",
"-XX:+UseParNewGC",
"-Dsun.java2d.noddraw=false",
"-XX:+UseG1GC",
"-Djna.nosys=true"
],
"clientJvm9Arguments": [
"-Xmx256m",
"-Xss2m",
"-Dsun.java2d.noddraw=true",
"-XX:CompileThreshold=1500",
"-Dsun.java2d.noddraw=false",
"-Djna.nosys=true"
]
}

0 comments on commit 9b3e46f

Please sign in to comment.