to reduce VM contention between JVM with tests and JVM with Ant, run Ant with -Xmx128m

This commit is contained in:
Dmitry Jemerov
2016-07-18 13:44:10 +02:00
parent 5224ad7ff2
commit 82babaff7e
@@ -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(),