beryllw commented on PR #66: URL: https://github.com/apache/gravitino-playground/pull/66#issuecomment-2309120171
> 1. In which case you will get the OOM error? Use gravitino-playground default config and refresh the gravitino homepage several times. Gravitino server default memory is 1g and docker container memory is 500m. > 2. I see you add a "gravitino.env.sh" file, but didn't see where it will be called. Will it be executed automatically? Yes, copy it to the conf directory and it will be executed automatically. > 3. I see you increase the docker memory from 500m to 1G, is that mandatory? Can we just keep the origin value? Not.The docker memory is 500m, and we set the Gravitino server to 384m? ``` export GRAVITINO_MEM=-Xms384m -Xmx384m -XX:MaxMetaspaceSize=128m ``` Thanks. -- 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]
