[build] drops obsolete perm. gen. option

This commit is contained in:
Roman Shevchenko
2016-10-25 10:26:24 +02:00
parent 67c453c326
commit ce8fb3d7c3
@@ -119,7 +119,7 @@ class BuildTasksImpl extends BuildTasks {
new File(classpathFile).text = ideClasspath.join("\n")
buildContext.ant.java(classname: "com.intellij.rt.execution.CommandLineWrapper", fork: true, failonerror: true) {
jvmarg(line: "-ea -Xmx500m -XX:MaxPermSize=200m")
jvmarg(line: "-ea -Xmx500m")
jvmarg(value: "-Xbootclasspath/a:${buildContext.projectBuilder.moduleOutput(buildContext.findModule("boot"))}")
sysproperty(key: "idea.home.path", value: buildContext.paths.projectHome)
sysproperty(key: "idea.system.path", value: systemPath)