Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Bash and PowerShell tools can run under a memory limit on Linux

Use it now
Useful4 Signal4
Bash Tool Notable

On Linux you can cap memory for shell commands so a runaway process cannot eat your machine.

Feature flag
tengu_tool_memory_cgroup Off in both readings

The flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.

This account: off · anonymous baseline: off · compiled default in v2.1.233: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.233. It isn't a statement about your account. What a flag value here can and cannot tell you

CLAUDE_CODE_TOOL_MEMORY_LIMIT
What

On Linux and WSL, shells spawned by the Bash and PowerShell tools can now be placed in a claude-code-bash memory cgroup so a runaway command hits a cap instead of your machine. Set CLAUDE_CODE_TOOL_MEMORY_LIMIT to a size such as 2g to pick the cap, or to none to switch it off. With no explicit size it only engages when the remote flag tengu_tool_memory_cgroup is on, which is off by default in this build.

Details
  • Writes memory.max on cgroup v2 and memory.limit_in_bytes on v1.
  • With no override the limit is derived from total system RAM.
  • Other platforms return early and spawn normally.
  • Reports the outcome as tengu_tool_cgroup with status enabled or disabled, and logs a tool cgroup: disabled ( line with the reason.
Usage
CLAUDE_CODE_TOOL_MEMORY_LIMIT=2g claude
Evidence

tengu_tool_cgroup, tool cgroup: disabled (

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.233 →