set max heap size for boot-java ls in eclipse context to 1024m

This commit is contained in:
Martin Lippert
2017-11-24 10:25:57 +01:00
parent 32783763b2
commit 25d2b4c020

View File

@@ -37,7 +37,7 @@ public class SpringBootJavaLanguageServer extends STS4LanguageServerProcessStrea
commands.add("-Dlsp.lazy.completions.disable=true");
commands.add("-Dlsp.completions.indentation.enable=true");
commands.add("-Xmx200m");
commands.add("-Xmx1024m");
commands.add("-cp");
commands.add(getToolsJAR() + ":" + getLanguageServerJARLocation());
commands.add("org.springframework.boot.loader.JarLauncher");