added vmarg to stop tiered compilation at level 1

This commit is contained in:
Martin Lippert
2019-07-10 16:23:40 +02:00
parent a1b47b7366
commit 5025a6ee85
4 changed files with 7 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
args.add("-Dlsp.completions.indentation.enable=true");
args.add("-Xmx1024m");
args.add("-XX:TieredStopAtLevel=1");
args.add("-noverify");
addCustomJVMArgs(args);