Allocate more ram {typically 256 is defailt} to fermflower, should fix decomplication issues on OSX
This commit is contained in:
parent
a208d69a09
commit
99b938a800
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ CmdAStyle = %s --suffix=none --quiet --options={conffile} {classes}
|
||||||
CmdRG = %s -cp "{classpath}" RetroGuard -searge {conffile}
|
CmdRG = %s -cp "{classpath}" RetroGuard -searge {conffile}
|
||||||
CmdRGReobf = %s -cp "{classpath}" RetroGuard -notch {conffile}
|
CmdRGReobf = %s -cp "{classpath}" RetroGuard -notch {conffile}
|
||||||
CmdJadretro = %s -jar %s {targetdir}
|
CmdJadretro = %s -jar %s {targetdir}
|
||||||
CmdFernflower = %s -jar %s -din=0 -rbr=0 -dgs=1 -asc=1 -log=WARN {indir} {outdir}
|
CmdFernflower = %s -Xmx512M -jar %s -din=0 -rbr=0 -dgs=1 -asc=1 -log=WARN {indir} {outdir}
|
||||||
CmdExceptor = %s -jar %s {input} {output} {conf} {log}
|
CmdExceptor = %s -jar %s {input} {output} {conf} {log}
|
||||||
CmdRecomp = %s -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "{classpath}" -sourcepath {sourcepath} -d {outpath} {pkgs}
|
CmdRecomp = %s -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "{classpath}" -sourcepath {sourcepath} -d {outpath} {pkgs}
|
||||||
CmdStartSrv = %s -Xincgc -Xms1024M -Xmx1024M -cp "{classpath}" net.minecraft.server.MinecraftServer
|
CmdStartSrv = %s -Xincgc -Xms1024M -Xmx1024M -cp "{classpath}" net.minecraft.server.MinecraftServer
|
||||||
|
|
Loading…
Reference in a new issue