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(
|
jvmArgs(
|
||||||
"-ea",
|
"-ea",
|
||||||
"-XX:+HeapDumpOnOutOfMemoryError",
|
"-XX:+HeapDumpOnOutOfMemoryError",
|
||||||
"-Xmx1600m",
|
|
||||||
"-XX:+UseCodeCacheFlushing",
|
"-XX:+UseCodeCacheFlushing",
|
||||||
"-XX:ReservedCodeCacheSize=128m",
|
"-XX:ReservedCodeCacheSize=128m",
|
||||||
"-Djna.nosys=true"
|
"-Djna.nosys=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user