Kernel Parameter Tuning for Production

Fix connection drops under load by tuning kernel networking parameters.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

An API at 10k req/s is dropping connections. ss -s shows thousands in SYN_RECV — the accept queue is overflowing because somaxconn is at default (128).

Your tasks: