WebApp
WebApp copied to clipboard
Multithreading via PM2
trafficstars
- [ ] Multithreading via PM2
- [ ] Restart if memory usage exceeds 1024 MB (PM2 parameter)
@appinteractive http://pm2.keymetrics.io/docs/usage/process-management/#max-memory-restart http://pm2.keymetrics.io/docs/usage/cluster-mode/#cluster-mode
based on the information in the two links above, whats needed are the -i and --max-memory-restart 1024M flags
@roschaefer was that fixed with the #233 ?