Dear Support Team,
I’m experiencing two issues with my Phoenix application:
- Out of Memory (OOM) errors:
- Initially encountered OOM errors with 256MB RAM
- Scaled to 512MB, which resolved the issue temporarily
- Persistent scaling problems:
- After each deployment, the app reverts to 256MB
- This causes deployment failures and OOM errors to recur
Additional concerns:
- Will frequent scaling changes impact billing?
- Why does a relatively simple CRUD API require so much memory?
I’d appreciate your assistance in:
- Investigating why the scaling doesn’t persist across deployments
- Advising on optimal memory allocation for a basic Phoenix CRUD API
- Clarifying any potential billing implications
Thank you for your help in resolving these issues.
Best regards,
Benjamin