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(
|
runJava(
|
||||||
testDataDir,
|
testDataDir,
|
||||||
"build.log",
|
"build.log",
|
||||||
|
"-Xmx128m",
|
||||||
"-jar", getAntHome() + File.separator + "lib" + File.separator + "ant-launcher.jar",
|
"-jar", getAntHome() + File.separator + "lib" + File.separator + "ant-launcher.jar",
|
||||||
"-Dkotlin.lib=" + KotlinIntegrationTestBase.getCompilerLib(),
|
"-Dkotlin.lib=" + KotlinIntegrationTestBase.getCompilerLib(),
|
||||||
"-Dkotlin.runtime.jar=" + ForTestCompileRuntime.runtimeJarForTests().getAbsolutePath(),
|
"-Dkotlin.runtime.jar=" + ForTestCompileRuntime.runtimeJarForTests().getAbsolutePath(),
|
||||||
|
|||||||
Reference in New Issue
Block a user