Skip to content

Commit

Permalink
Correct Gravitino server default JVM configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
puchengy authored Jan 29, 2025
1 parent 09d4e64 commit f7f60c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/common.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function addDirToClasspath(){
}

if [[ -z "${GRAVITINO_MEM}" ]]; then
export GRAVITINO_MEM="-Xmx1024m"
export GRAVITINO_MEM="-Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=512m"
fi

if [[ -n "${JAVA_HOME}" ]]; then
Expand Down

0 comments on commit f7f60c1

Please sign in to comment.