FANNG1 commented on code in PR #9379: URL: https://github.com/apache/gravitino/pull/9379#discussion_r2591361409
########## conf/gravitino-env.sh.template: ########## @@ -28,4 +28,6 @@ GRAVITINO_VERSION=GRAVITINO_VERSION_PLACEHOLDER # export GRAVITINO_HOME # export GRAVITINO_CONF_DIR # export GRAVITINO_LOG_DIR # Where log files are stored. PWD by default. -# export GRAVITINO_MEM # Gravitino jvm mem options Default -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=512m \ No newline at end of file +# export GRAVITINO_MEM # JVM mem options for Gravitino server, Iceberg REST server, and Lance REST server. +# # Default: -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=512m +# # This is appended to JAVA_OPTS in the launch scripts, so set GRAVITINO_MEM if you need to change heap/metaspace sizes. Review Comment: AI suggests to use sizes, because "heap/metaspaceā refers to two things (heap size + metaspace size), so the plural is more natural -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
