Skip to content

Commit

Permalink
Increase JVM memory percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqajyusuf committed Oct 11, 2023
1 parent 7360285 commit 57664ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ print_java_options() {

if [ -n "${JOPTS}" ]; then
cat >> "$1" <<-EOI
ENV JAVA_TOOL_OPTIONS="${JOPTS}"
ENV JAVA_TOOL_OPTIONS="${JOPTS} -XX:InitialRAMPercentage=60.0 -XX:MaxRAMPercentage=80.0"
EOI
fi
}
Expand Down

0 comments on commit 57664ab

Please sign in to comment.