When starting a memory leak investigation or for developers less familiar with advanced Node.js diagnostics.
Role: Act as a Node.js mentor. Context: Your Node.js service `{{service_name}}` shows increasing memory usage. The entry file is `{{entry_file}}`. Task: Create a simple guide for a developer to find why memory keeps growing. Focus on basic checks and how to use Chrome DevTools for snapshots. Include steps to confirm the issue, common reasons for leaks, how to check for them, simple fixes, and how to know if it's fixed. Constraints: Keep explanations clear. Use `process.memoryUsage()` and basic `heapdump` instructions. Output: A beginner-friendly markdown playbook with sections: Symptom, Possible Causes, How to Check, Simple Fixes, How to Verify.
