Skip to content

Commit

Permalink
Increase max heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Sep 16, 2023
1 parent 288959e commit 855969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ List<String> runArgs = [
"--add-opens", "com.google.gson/com.google.gson.internal=io.sentry",
"--add-opens", "java.base/java.lang.reflect=com.jfoenix",
"-Dfile.encoding=UTF-8",
"-Xmx4G"]
"-Xmx8G"]

application {
mainModule = 'com.crschnick.pdxu.app'
Expand Down

0 comments on commit 855969a

Please sign in to comment.