to reduce VM contention between JVM with tests and JVM with Ant, run Ant with -Xmx128m
This commit is contained in:
@@ -28,6 +28,7 @@ public abstract class AbstractAntTaskTest extends KotlinIntegrationTestBase {
|
||||
runJava(
|
||||
testDataDir,
|
||||
"build.log",
|
||||
"-Xmx128m",
|
||||
"-jar", getAntHome() + File.separator + "lib" + File.separator + "ant-launcher.jar",
|
||||
"-Dkotlin.lib=" + KotlinIntegrationTestBase.getCompilerLib(),
|
||||
"-Dkotlin.runtime.jar=" + ForTestCompileRuntime.runtimeJarForTests().getAbsolutePath(),
|
||||
|
||||
Reference in New Issue
Block a user