II.
Workflow JSON
Structured · liveworkflow:memory-leak-investigation
Memory Leak Investigation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:memory-leak-investigation",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-performance-deep.yaml",
"_cluster": "workflows",
"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\nservices -- capturing heap snapshots over time, analyzing object retention\ngraphs, identifying leaked allocations by class and call site, correlating\nmemory growth with traffic patterns or specific endpoints, profiling native\nmemory via tools like jemalloc or valgrind, differentiating true leaks from\nexcessive caching, producing a root-cause report with fix recommendations,\nand verifying the fix stabilizes RSS under sustained load. Excludes\npreventive memory budgeting.\n"
},
"outgoingEdges": [
{
"from": "workflow:memory-leak-investigation",
"to": "role:performance-profiler",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "skill-area:profiling-memory",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "responsibility:performance-budget-tracking",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "responsibility:respond-incidents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:memory-leak-investigation",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}