Boot LS console char limit. Extra VM args for Boot LS

This commit is contained in:
aboyko
2023-01-17 15:49:12 -05:00
parent 2063ff438e
commit 3447adfc9e
3 changed files with 50 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
// args.add("-Xrunjdwp:server=y,transport=dt_socket,address=1044,suspend=n");
args.add("-Dlsp.completions.indentation.enable=true");
args.add("-Xmx1024m");
args.add("-XX:+HeapDumpOnOutOfMemoryError");
args.add("-XX:TieredStopAtLevel=1");
addCustomJVMArgs(args);