Investigate memory leaks in OpenClaw tests
openclaw-test-heap-leaksskillsetup L3★377,536
openclaw/openclaw ↗What it does
Detect and diagnose heap memory leaks in OpenClaw components
Best for
Tracking down memory regressions in JavaScript services before production.
Inputs
- · Component under test
- · Test scenario
Outputs
- · Heap snapshot diff
- · Leak attribution
Requires
- · Node.js heap profiler
- · OpenClaw test harness
Preconditions
- · Component is JavaScript/Node.js
- · Test isolates the leak
Failure modes
- · False positives from GC timing
- · Leak not reproduced in test isolation
Trust signals
- · Heap snapshot diffing
- · Leak attribution heuristics