Rust worker (continuum-core-server) leaks memory until OOM crash. After ~30 minutes of use, RSS hits 3.2GB+. Browser refresh triggers additional allocations that kill the process. All IPC operations fail after crash.
[MEMLEAK] RSS=3263MB
Top leakers: ai/generate:+25GB, data/query:+22GB, data/create:+17GB, data/read:+7GB
Problem
Rust worker (continuum-core-server) leaks memory until OOM crash. After ~30 minutes of use, RSS hits 3.2GB+. Browser refresh triggers additional allocations that kill the process. All IPC operations fail after crash.
Evidence
Impact
Likely Causes
Related