-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deobfuscation failed. #273
Comments
|
|
Increase the allocated memory size using -Xmx |
Yes, Xss is the wrong memory size you're increasing. |
with 2000mb of ram, same problem |
Deobfuscation failed. Please open a ticket on GitHub and provide the following error: |
java -Xmx1G -jar deobfuscator.jar --config config.yml |
Consider allocating some more ram |
don't have more ram, 1Gb error, 2Gb error 3Gb error,4Gb windows crash -_-. |
Run it on a virtual private server or something because it does clearly need more RAM. |
If you attach the jar here, I'll take a crack at deobfing it. |
It probably doesn't need more ram, it looks more like deobfuscation with existing transformers just doesn't work. |
To me, it looks more like the JVM runs out of heap space when loading the classpath. |
The text was updated successfully, but these errors were encountered: