Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 502 Bytes

File metadata and controls

15 lines (9 loc) · 502 Bytes

Detect Memory Leak by Monitoring RSS

Company: Google | Difficulty: Medium


Scenario

One of your long-running Node.Js services (process name node) has been slowing down over several hours of uptime. CPU usage is normal, disk I/O is normal, but the server is gradually running out of memory.

Task

Identify if any process is leaking memory and kill that process.


📹 Video Solution