Skip to content

Commit

Permalink
change jvm args
Browse files Browse the repository at this point in the history
  • Loading branch information
karyeet authored Apr 9, 2022
1 parent 9997cec commit cdcd547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"JAVA_TOOL_OPTIONS": {
"description": "This sets the ram to max. *Don't edit* this variable unless you know what you're doing.",
"value": "-XX:+UseContainerSupport -Xmx500m -Xss256k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8"
"value": "-Xmx400m -Xms400m -XX:MaxPermSize=48m"
}

},
Expand Down

0 comments on commit cdcd547

Please sign in to comment.