Created
December 23, 2019 11:00
-
-
Save kangear/c7d67a8278dfa9d3a17b48a3289160ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libs/jadx/bin/jadx-gui b/libs/jadx/bin/jadx-gui | |
index 131a97e..c86b948 100755 | |
--- a/libs/jadx/bin/jadx-gui | |
+++ b/libs/jadx/bin/jadx-gui | |
@@ -28,7 +28,7 @@ APP_NAME="jadx-gui" | |
APP_BASE_NAME=`basename "$0"` | |
# 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='"-Xms128M" "-Xmx4g" "-Dawt.useSystemAAFontSettings=lcd" "-Dswing.aatext=true" "-XX:+UseG1GC"' | |
+DEFAULT_JVM_OPTS='"-Xms128M" "-Xmx8g" "-Dawt.useSystemAAFontSettings=lcd" "-Dswing.aatext=true" "-XX:+UseG1GC"' | |
# Use the maximum available, or set MAX_FD != -1 to use that value. | |
MAX_FD="maximum" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment