mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:00:55 +00:00
run memory fix
typeitem deobfuscation cache synchronization fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user