II.
Workflow overview
Reference · liveworkflow:memory-leak-investigation
Memory Leak Investigation overview
Systematically diagnoses and resolves memory leaks in production or staging services -- capturing heap snapshots over time, analyzing object retention graphs, identifying leaked allocations by class and call site, correlating memory growth with traffic patterns or specific endpoints, profiling native memory via tools like jemalloc or valgrind, differentiating true leaks from excessive caching, producing a root-cause report with fix recommendations, and verifying the fix stabilizes RSS under sustained load. Excludes preventive memory budgeting.
Attributes
displayName
Memory Leak Investigation
workflowKind
development
triggerType
event-driven
typicalCadence
per-issue
complexity
single-team
description
Systematically diagnoses and resolves memory leaks in production or staging
services -- capturing heap snapshots over time, analyzing object retention
graphs, identifying leaked allocations by class and call site, correlating
memory growth with traffic patterns or specific endpoints, profiling native
memory via tools like jemalloc or valgrind, differentiating true leaks from
excessive caching, producing a root-cause report with fix recommendations,
and verifying the fix stabilizes RSS under sustained load. Excludes
preventive memory budgeting.
Outgoing edges
applies_to_domain2
- domain:software-engineering·DomainSoftware Engineering
- domain:devops·DomainDevOps
involves_role3
- role:performance-profiler·RolePerformance Profiler
- role:debugger·RoleDebugger
- role:implementer·RoleImplementer
performed_by_org_unit2
- org-unit:engineering·OrgUnitEngineering
- org-unit:engineering-productivity·OrgUnitEngineering Productivity
requires_skill_area2
- skill-area:profiling-memory·SkillAreaMemory Profiling
- skill-area:observability-pipeline·SkillAreaObservability Pipeline
triggers_responsibility2
- responsibility:performance-budget-tracking·ResponsibilityPerformance budget tracking
- responsibility:respond-incidents·ResponsibilityRespond to production incidents
Incoming edges
None.