jacobduba / ratemydishes

0 stars 0 forks source link

Prevent container from crashing every hour #16

Closed jacobduba closed 1 year ago

jacobduba commented 1 year ago

With our current deployment, the container maxes out in memory about every hour and crashes. It is important to increase the memory or find some other work around.

There is less than .3gb of memory provisioned, so my first step will be to increase that. I wonder if switching to Apline or the native Spring docker container would improve performance.

DoD:

The container instance does not crash every couple hours due to lack of memory.