Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Background worker pool sheds monitoring-only workers before full low-memory retirement

Under low memory, Claude Code first sheds only monitoring-only background workers before fuller cleanup

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Under low memory, Claude Code first sheds only monitoring-only background workers before fuller cleanup

What

When Claude Code detects it is running low on memory and hasn't yet shed any background workers, it now first runs a lighter pass that retires only workers doing monitoring work, logging "low memory, monitoring only". Only after that does it fall through to the previous, broader retirement pass that targets a wider set of workers.

Why

This gives Claude Code a gentler first response to memory pressure, freeing up monitoring-only workers before resorting to shutting down more workers than necessary.

See this entry in the whole of v2.1.271 →