run memory fix

typeitem deobfuscation
cache synchronization fix
This commit is contained in:
Jindra Petřík
2014-11-09 14:12:36 +01:00
parent f3690a0e3c
commit ffbfecdee9
5 changed files with 15 additions and 16 deletions
-2
View File
@@ -454,8 +454,6 @@
<target name="run" depends="build">
<java jar="${DISTRIBUTIONDIR}/${JARFILENAME}.jar" fork="true">
<jvmarg value="-Xmx${MAXHEAPSIZERUN}m"/>
<jvmarg value="-XX:MinHeapFreeRatio=0"/>
<jvmarg value="-XX:MaxHeapFreeRatio=0"/>
<arg line="${RUNPARAMS}" />
</java>
</target>