skylot / jadx

Dex to Java decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAM consumption

guolei123321 opened this issue · comments

Issue details

The macjdk version is 21. When decompiling a 200M jar package, it consumes a lot of resources. The memory reaches 11.35G.

Relevant log output or stacktrace

No response

Provide sample and class/method full name

No response

Jadx version

No response

What Code Cache Mode Preference do you use? 11.35 GB RAM would be normal for Jadx-Gui that uses Code Cache setting MEMORY.

Change it to DISK to minimize RAM usage.