Reduce memory size of spring-boot-java lsp processes.

This commit is contained in:
Kris De Volder
2017-11-03 16:08:35 -07:00
parent 9e6e159294
commit 5faee24693

View File

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