I recently updated my Metabase to 50.20 and noticed it would crash randomly with a JVM OOM error.
I updated the memory allocated to JVM but it still crashed.
I also tried version 50.21 but there was no changes.
Were there any major changes in these version that would be causing this issue?
It seems like the container crashes after 12-14 hours.
Metabase, as any other application, has logs. Those logs appear as soon as you run the application in interactive model (e.g. java -jar metabase.jar), or can be sent to some place else if you run it detached (e.g. log to a file). Please send the logs of Metabase so we can see what's going on
oh I didn't see the crash, Metabase is running out of heap space, so you need to increase the RAM in your server or at least increase the heap space that the JVM is allowed to use
@Luiggi Sure, I can try that, but the logs are similar as the previously one I sent where it shows normal activity then suddenly crashed due to JVM OOM.
It definitely seems something is different as previously on version 50.15 the system never crashed and Metabase was only allocated 1GB out of the 4GB memory available.