Memory Leak via /proc

Track a memory leak in production using only /proc — no profiler available.

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

A Python worker RSS grows 50 MB per hour. No profiler is installed. You must identify the leak rate and which memory region is growing.

Your tasks: