Preflight Checklist
What's Wrong?
What's Wrong?
Every conversation creates a new user directory under /sessions// inside the VM
and caches all installed plugins there. These directories are never cleaned up after
the conversation ends. Over time, sessiondata.img (fixed at 8.5GB) fills up
internally and all new conversations fail.
Note: this is distinct from #28128 (ENOSPC on temp files within a session). The root
cause here is plugin cache accumulation across sessions, not temp file bloat within a
single session.
What Actually Happens?
After ~80 conversations, every new conversation fails immediately with:
RPC error: ensure user: useradd failed: exit status 12: useradd: cannot create
directory /sessions/
coworkd.log on startup shows:
[coworkd] user recovery complete: recovered=81 skipped=8 failed=0
81 old session directories are still present on disk, each containing a full copy of
all installed plugins.
What Should Happen?
What Should Happen?
Plugin cache directories under /sessions//mnt/.local-plugins/ and
/sessions//mnt/.remote-plugins/ should be cleaned up when a conversation ends,
or shared/deduplicated across sessions rather than copied fresh each time.
Error Messages/Logs
RPC error: ensure user: useradd failed: exit status 12: useradd: cannot create directory /sessions/stoic-jolly-fermat
Steps to Reproduce
Steps to Reproduce
- Install several plugins in Claude Desktop
- Have ~80+ conversations over time
- Every new conversation fails with the RPC error above
- Restarting the app does not help — the image is full
The plugin directories eating the space (per session):
/sessions//mnt/.skills
/sessions//mnt/.remote-plugins/
/sessions//mnt/.local-plugins/cache/
/sessions//mnt/.local-plugins/marketplaces/
With many plugins installed, each session's cache is substantial. 81 sessions × N
plugins = 8.5GB exhausted.
Impact
Scales inversely with plugin count — power users with many plugins will hit this much
sooner than ~80 sessions. Effectively, the more you use Claude Desktop's plugin
ecosystem, the faster you get bricked.
Workaround
- Fully quit Claude Desktop
- mv "~/Library/Application
Support/Claude/vm_bundles/claudevm.bundle/sessiondata.img"
~/Desktop/sessiondata.img.bak
- Restart Claude Desktop (recreates the image fresh)
- Delete .bak to reclaim ~8.5GB
Environment
- Claude Desktop version: 1.1.4498
- macOS: Darwin 25.3.0
- sessiondata.img size at failure: 8.5GB
- Sessions accumulated: 81
Claude Model
Not sure / Multiple models
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
- Claude Desktop version: 1.1.4498
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information

Preflight Checklist
What's Wrong?
What's Wrong?
Every conversation creates a new user directory under /sessions// inside the VM
and caches all installed plugins there. These directories are never cleaned up after
the conversation ends. Over time, sessiondata.img (fixed at 8.5GB) fills up
internally and all new conversations fail.
Note: this is distinct from #28128 (ENOSPC on temp files within a session). The root
cause here is plugin cache accumulation across sessions, not temp file bloat within a
single session.
What Actually Happens?
After ~80 conversations, every new conversation fails immediately with:
RPC error: ensure user: useradd failed: exit status 12: useradd: cannot create
directory /sessions/
coworkd.log on startup shows:
[coworkd] user recovery complete: recovered=81 skipped=8 failed=0
81 old session directories are still present on disk, each containing a full copy of
all installed plugins.
What Should Happen?
What Should Happen?
Plugin cache directories under /sessions//mnt/.local-plugins/ and
/sessions//mnt/.remote-plugins/ should be cleaned up when a conversation ends,
or shared/deduplicated across sessions rather than copied fresh each time.
Error Messages/Logs
RPC error: ensure user: useradd failed: exit status 12: useradd: cannot create directory /sessions/stoic-jolly-fermatSteps to Reproduce
Steps to Reproduce
The plugin directories eating the space (per session):
/sessions//mnt/.skills
/sessions//mnt/.remote-plugins/
/sessions//mnt/.local-plugins/cache/
/sessions//mnt/.local-plugins/marketplaces/
With many plugins installed, each session's cache is substantial. 81 sessions × N
plugins = 8.5GB exhausted.
Impact
Scales inversely with plugin count — power users with many plugins will hit this much
sooner than ~80 sessions. Effectively, the more you use Claude Desktop's plugin
ecosystem, the faster you get bricked.
Workaround
Support/Claude/vm_bundles/claudevm.bundle/sessiondata.img"
~/Desktop/sessiondata.img.bak
Environment
Claude Model
Not sure / Multiple models
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information