From 9b3e46f7adac7fa5f63b02423317e762c3f22e86 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Fri, 23 Feb 2018 10:23:00 +0100 Subject: [PATCH] Improve client parameters See https://github.com/runelite/launcher/issues/4 for more details and explanation. Signed-off-by: Tomas Slusny --- bootstrap.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/bootstrap.json b/bootstrap.json index 62ea1a3ea13..b1f5e1ddb58 100644 --- a/bootstrap.json +++ b/bootstrap.json @@ -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" ] }