java-deobfuscator / deobfuscator-gui

An awesome GUI for an awesome deobfuscator
Apache License 2.0
355 stars 58 forks source link

Xmx In GUI #17

Closed apkunpacker closed 4 years ago

apkunpacker commented 5 years ago

Hi developer ,command line providing -Xmx work but seems their is not any option to allocate memory when using gui . I can not find it anywhere , does it exist in gui or not ?

ThisTestUser commented 5 years ago

You have to launch the GUI with the xmx arguments (java -jar deobfuscator-gui.jar -Xmx).