Do not set max heap size twice
The parameter is also set in the next statement (`maxHeapSize = "1600m"`)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user