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

@@ -32,7 +32,8 @@ public class ConcourseLanguageServer extends STS4LanguageServerProcessStreamConn
Arrays.asList(
"-Dlsp.lazy.completions.disable=true",
"-Dlsp.completions.indentation.enable=true",
"-noverify"
"-noverify",
"-XX:TieredStopAtLevel=1"
)
);