You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a jadx-gui, the running RAM will be select automatically, which is usually influenced by the current RAM left.
If I want the value to be higher(which is enough for the computer), I must close some other software before opening jadx-gui.
So, is it possible to set the running RAM of jadx-gui at a fixed value.
thanks.
The text was updated successfully, but these errors were encountered:
Seems that this is caused by the launch4j configuration. May be it is time to disable them and only use the JVM config that is also used in the jadx-gui launch scripts which is effectively -Xms128M -XX:MaxRAMPercentage=70.0.
Describe your idea
Hi,
When opening a jadx-gui, the running RAM will be select automatically, which is usually influenced by the current RAM left.
If I want the value to be higher(which is enough for the computer), I must close some other software before opening jadx-gui.
So, is it possible to set the running RAM of jadx-gui at a fixed value.
thanks.
The text was updated successfully, but these errors were encountered: