You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add automatic droplet resizing and increase default to 2GB
- Add automatic size detection and resizing in deploy.sh
- Change default VPS size from 1GB to 2GB (prevents OOM crashes)
- Add comprehensive system requirements section to README
- Document memory requirements for MySQL 8.0 + Mautic
- Add troubleshooting guide for OOM-related issues
- Update action.yml description with minimum size recommendation
Breaking: Default VPS size changed from s-1vcpu-1gb to s-1vcpu-2gb
This prevents database crashes that occur after a few days on 1GB droplets.
Closes: Out of memory issues with MySQL 8.0 on small droplets
0 commit comments