After using the cowork feature, Claude Desktop becomes extremely slow - slow startup, UI lag, and slow responses. Performance degrades over time even during a single session.
The cowork feature creates a VM bundle at:
~/Library/Application Support/Claude/vm_bundles/claudevm.bundle/rootfs.img
This file grows to 10GB and is never cleaned up. It regenerates quickly after deletion (deleted one day, back to 10GB the next).
Deleted vm_bundles, Cache, and Code Cache directories (reduced from 11GB to 639MB).
Result: ~75% faster immediately after cleanup on tasks that previously failed/hung.
Even after cleanup (VM bundle at 0 bytes), performance degrades within minutes:
This suggests a memory leak or accumulating work that causes degradation regardless of VM bundle state.
Quit Claude Desktop and delete the VM bundle:
rm -rf ~/Library/Application\ Support/Claude/vm_bundles rm -rf ~/Library/Application\ Support/Claude/Cache rm -rf ~/Library/Application\ Support/Claude/Code\ Cache
Provides ~75% improvement but degrades again over time. Must restart periodically.
Filed via Claude Code