open-duelyst / duelyst

Duelyst is a digital collectible card game and turn-based strategy hybrid, developed by Counterplay Games.
Creative Commons Zero v1.0 Universal
3.62k stars 556 forks source link

Resizes container memory allocations #168

Closed willroberts closed 1 year ago

willroberts commented 1 year ago

Summary

The containers have been fairly undersized at 350MB each. This is more than enough for the WebSocket servers, but not enough for the API and Worker. Somehow this didn't start running out of memory until today.

Infrastructure changes (terraform/, etc.):

Testing

Have you have tested your changes in the following scenarios? Feel free to check off scenarios which don't apply.