Do not set max heap size twice

The parameter is also set in the next statement (`maxHeapSize = "1600m"`)
This commit is contained in:
Alexey Tsvetkov
2019-07-30 17:45:39 +03:00
parent de5335b17f
commit 54227e15ff
-1
View File
@@ -87,7 +87,6 @@ fun Project.projectTest(taskName: String = "test", parallel: Boolean = false, bo
jvmArgs(
"-ea",
"-XX:+HeapDumpOnOutOfMemoryError",
"-Xmx1600m",
"-XX:+UseCodeCacheFlushing",
"-XX:ReservedCodeCacheSize=128m",
"-Djna.nosys=true"