Context & versions
I have updated our 1.0.0 server to cf-metadata-server 1.2.0.
After doing that, the server became very unstable, and reported running out of heap memory.
I have tried running with -Xmx2g, to increase the heap memory, but that was not enough.
Reverting to 1.0.0 solves the problem.
Steps to reproduce
- Started 1.2.0 server with
exec java -jar -Xmx2g -Dserver.port=${TOKEN_REGISTRY_PORT} app.jar
Context & versions
I have updated our 1.0.0 server to cf-metadata-server 1.2.0.
After doing that, the server became very unstable, and reported running out of heap memory.
I have tried running with
-Xmx2g, to increase the heap memory, but that was not enough.Reverting to 1.0.0 solves the problem.
Steps to reproduce
exec java -jar -Xmx2g -Dserver.port=${TOKEN_REGISTRY_PORT} app.jar