Jadx se queda sin memoria
Assign more RAM (e.g. 6GB) to Jadx:
Using the Jadx command-line version (Linux, Windows, ...)
Edit the script bin/jadx-gui or bin/jadx-gui.bat (Windows) and change the maximum heap memory from 4 (-Xmx4g) to e.g. 8 GB (-Xmx8g) by modifying the definition of DEFAULT_JVM_OPTS:
Solo cambié esto:
# Add default JVM options here. You can also use JAVA_OPTS and JADX_GUI_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="-Xmx4g"
