FANNG1 commented on code in PR #9379: URL: https://github.com/apache/gravitino/pull/9379#discussion_r2591371190
########## docs/docker-image-details.md: ########## @@ -71,6 +75,10 @@ Container startup commands docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.7.0-incubating ``` +Memory settings + +`GRAVITINO_MEM` controls JVM memory (default `-Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=512m`). Override with `-e GRAVITINO_MEM="-Xms4g -Xmx4g -XX:MaxMetaspaceSize=1g"`. This value is appended to `JAVA_OPTS` by the launch scripts, so set `GRAVITINO_MEM` to change heap sizing. Review Comment: updated with sizes -- 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]
