-
Notifications
You must be signed in to change notification settings - Fork 61
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
Java. lang. OutOfMemoryError: #34
Comments
I will update revanced-creator soon wait for it. changed things:
|
After trying to add this code, I still encountered errors when compiling TikTok, unable to complete the compilation, or successfully compiled, but the modifications seemed to be invalid |
INFO: Loading patches
INFO: Compiling modified dex files |
Try again and see if its solved |
An internal overflow error may occur when repairing TikTok,
Java. lang. OutOfMemoryError: Failed to allocate a 48 byte allocation with 1428208 free bytes and 1394KB until OOM, target footprint 536870912, growth limit 536870912; Giving up on allocation because<1% of heap free after GC
At java. nio. CharBuffer. allocate (CharBuffer. java: 172)
Adding - Xmx512m - Xms512m after the Java command can solve the problem
The text was updated successfully, but these errors were encountered: