Remove JVM arg generating heap dump files on out of memory errors

This commit is contained in:
aboyko
2024-03-21 11:33:00 -04:00
parent 4f884ce720
commit 01a69ba306
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ 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);