perf(memory): implement simulation script and identify growth sources

This commit is contained in:
Gal Zahavi
2026-04-03 02:29:16 +00:00
parent e293424bb4
commit 21ecd3ca9f
3 changed files with 291 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
2026-04-03: Completed Phase 1. Implemented scripts/simulate-long-session.ts to reproduce memory growth. Identified ChatRecordingService and GeminiChat history as primary growth sources. Captured baseline metrics showing ~180MB growth per 200MB of tool output data.