Incident Overview
You are on-call for a production Linux web server running Nginx and a Python application. Monitoring alerts trigger for high load average (load > 10 on a 4-core system), yet CPU utilisation remains below 15%.
Users report intermittent 504 Gateway Timeouts. The system has 16GB RAM and 4GB swap.
Investigation Options
Review the available operational moves and select the best immediate action.
Restart the Nginx service to clear connection queues.
Identify and restart the memory-leaking Python application process.
Add more swap space to accommodate the current memory demand.
Scale up the instance CPU cores to handle the high load average.