Commit 4bafabbe authored by nik's avatar nik
Browse files

build scripts: remove useless MaxPermSize option from build.xml

Java 8 is required to build IntelliJ IDEA anyway, and MaxPermSize is ignored in Java 8.
parent 8fd7d599
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@
<attribute name="target" default="default"/>
<sequential>
<java failonerror="true" jar="${project.home}/lib/ant/lib/ant-launcher.jar" fork="true">
<jvmarg line="-Xmx812m -XX:MaxPermSize=152m"/>
<jvmarg line="-Xmx812m"/>
<sysproperty key="jna.nosys" value="true" />
<sysproperty key="java.awt.headless" value="true"/>
<sysproperty key="gant.script" value="@{script}"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment