Increase -Xmx for Ant tests
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ public abstract class AbstractAntTaskTest extends KotlinIntegrationTestBase {
|
|||||||
runJava(
|
runJava(
|
||||||
testDataDir,
|
testDataDir,
|
||||||
"build.log",
|
"build.log",
|
||||||
"-Xmx192m",
|
"-Xmx256m",
|
||||||
"-Dkotlin.lib=" + KotlinIntegrationTestBase.getCompilerLib(),
|
"-Dkotlin.lib=" + KotlinIntegrationTestBase.getCompilerLib(),
|
||||||
"-Dkotlin.runtime.jar=" + ForTestCompileRuntime.runtimeJarForTests().getAbsolutePath(),
|
"-Dkotlin.runtime.jar=" + ForTestCompileRuntime.runtimeJarForTests().getAbsolutePath(),
|
||||||
"-Dkotlin.reflect.jar=" + ForTestCompileRuntime.reflectJarForTests().getAbsolutePath(),
|
"-Dkotlin.reflect.jar=" + ForTestCompileRuntime.reflectJarForTests().getAbsolutePath(),
|
||||||
|
|||||||
Reference in New Issue
Block a user