Extreme memory leak, Claude Code, 2,108,208 MB/hour
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Claude Code experienced runaway memory growth at 2,108,208 MB/hour, crashing the system when memory spiked from normal usage to 150GB in approximately 20 seconds.
Diagnostics from /heapdump
- RSS: 0.37 GB (peak 0.37 GB)
- JS heap: 0.06 GB
- Unaccounted native memory: 0.27 GB (most of the leak is in native code, not JavaScript objects)
- Growth rate: 2,108,208 MB/hour
The leak appears to be in the native layer rather than JavaScript, possibly related to file watching, indexing, or native modules.
Steps taken
- Generated diagnostics using /heapdump (attaching -diagnostics.json file)
- [Add whether you tried safe mode and the result]
- [Add what you were doing when it occurred]
Environment
- OS: macOS Tahoe 26.4
- Claude Code version: Version 1.22209.3 (babe11)
- Last crash: during a git rebase
- Intermittent: doesn't happen in all sessions. Appears to be project-specific (one project triggers it more frequently)
099599bc-64b5-426b-b6a7-7d579c64e1ab-diagnostics 2.json
What Should Happen?
Claude Code should maintain stable memory usage during normal operations, including git rebases. Memory consumption should stay within reasonable bounds (under a few GB) and not spike to 150GB, causing system crashes.
Error Messages/Logs
Steps to Reproduce
Attaching the -diagnostics.json file from /heapdump
{
"timestamp": "2026-07-21T14:37:17.215Z",
"sessionId": "099599bc-64b5-426b-b6a7-7d579c64e1ab",
"trigger": "manual",
"dumpNumber": 0,
"uptimeSeconds": 0.649932875,
"memoryUsage": {
"heapUsed": 94482025,
"heapTotal": 67579904,
"external": 41829337,
"arrayBuffers": 1849033,
"rss": 399097856
},
"memoryGrowthRate": {
"bytesPerSecond": 614060115.0541893,
"mbPerHour": 2108208.09764393
},
"v8HeapStats": {
"heapSizeLimit": 3992289280,
"mallocedMemory": 94482025,
"peakMallocedMemory": 399228928,
"detachedContexts": 0,
"nativeContexts": 1
},
"resourceUsage": {
"maxRSS": 399228928,
"userCPUTime": 481758,
"systemCPUTime": 178892
},
"activeHandles": 0,
"activeRequests": 0,
"analysis": {
"potentialLeaks": [
"Native memory > heap - leak may be in native addons (node-pty, sharp, etc.)",
"High memory growth rate: 2108208.1 MB/hour"
],
"recommendation": "WARNING: 2 potential leak indicator(s) found. See potentialLeaks array."
},
"objectTypeCounts": {
"Function": 310954,
"string": 82739,
"JSLexicalEnvironment": 64031,
"Object": 53072,
"FunctionExecutable": 51240,
"UnlinkedFunctionExecutable": 51208,
"Structure": 46298,
"Array": 27897,
"GetterSetter": 23115,
"Cell Butterfly": 21298,
"AsyncFunction": 16047,
"FunctionCodeBlock": 11334,
"UnlinkedFunctionCodeBlock": 11069,
"Set": 7420,
"SymbolTable": 5357,
"RegExp": 4283,
"StructureRareData": 3868,
"Promise": 1493,
"StructureChain": 1488,
"NativeExecutable": 1373,
"FunctionRareData": 982,
"PropertyTable": 751,
"symbol": 692,
"JSPropertyNameEnumerator": 608,
"AsyncFunctionGenerator": 524,
"Map": 462,
"Uint8Array": 152,
"DOMAttributeGetterSetter": 150,
"StatWatcher": 139,
"CustomGetterSetter": 131,
"Timeout": 101,
"WeakMap": 99,
"JSAsyncGeneratorFunction": 86,
"SparseArrayValueMap": 69,
"BigInt": 67,
"ArrayIterator": 62,
"SlimPromiseReaction": 60,
"GeneratorFunction": 46,
"FullPromiseReaction": 40,
"InternalFieldTuple": 37,
"TemplateObjectDescriptor": 28,
"Arguments": 27,
"PromiseCombinatorsGlobalContext": 26,
"AsyncGenerator": 21,
"ReadableStream": 21,
"Uint16Array": 21,
"FileInternalReadableStreamSource": 18,
"AbortSignal": 17,
"WeakRef": 17,
"Error": 16,
"AbortController": 15,
"StringDecoder": 15,
"Exception": 13,
"WeakSet": 13,
"Date": 12,
"FileSink": 12,
"Headers": 11,
"Float64Array": 10,
"TextDecoder": 10,
"TextEncoder": 10,
"Sentinel": 9,
"Subprocess": 9,
"DOMException": 7,
"HTTPParser": 7,
"TLSSocket": 7,
"Uint32Array": 7,
"ArrayBuffer": 6,
"SocketHandlers": 6,
"FSWatcher": 5,
"Module": 5,
"Response": 5,
"FinalizationRegistry": 4,
"KeyObject": 4,
"ReadableStreamDefaultController": 4,
"Set Iterator": 4,
"URL": 4,
"Callee": 3,
"Hash": 3,
"Int32Array": 3,
"JSModuleEnvironment": 3,
"JSSourceCode": 3,
"ModuleLoadingContext": 3,
"ModuleRecord": 3,
"ModuleRegistryEntry": 3,
"NativeZlib": 3,
"Performance": 3,
"AsyncGeneratorFunction": 2,
"BlobInternalReadableStreamSource": 2,
"Blob": 2,
"BlockList": 2,
"Cipher": 2,
"CloseEvent": 2,
"Crypto": 2,
"DataView": 2,
"DiffieHellman": 2,
"Dirent": 2,
"ECDH": 2,
"EventTarget": 2,
"Event": 2,
"FormData": 2,
"Hmac": 2,
"Iterator": 2,
"MIMEParams": 2,
"MIMEType": 2,
"MessageChannel": 2,
"MessageEvent": 2,
"ModuleGraphLoadingState": 2,
"ModuleNamespaceObject": 2,
"NodeJSFS": 2,
"PerformanceEntry": 2,
"PerformanceMark": 2,
"PerformanceMeasure": 2,
"PerformanceObserverEntryList": 2,
"PerformanceObserver": 2,
"ProxyObject": 2,
"ReadRequest": 2,
"ReadableStreamDefaultReader": 2,
"Script": 2,
"SecretKeyObject": 2,
"SecureContext": 2,
"Sign": 2,
"Stats": 2,
"SubtleCrypto": 2,
"TextDecoderStream": 2,
"TransformStream": 2,
"URLSearchParams": 2,
"Verify": 2,
"WebSocket": 2,
"X509Certificate": 2,
"Array Iterator": 1,
"AsyncDisposableStack": 1,
"AsyncFromSyncIterator": 1,
"AsyncIterator": 1,
"Atomics": 1,
"BigInt64ArrayPrototype": 1,
"BigUint64ArrayPrototype": 1,
"Boolean": 1,
"Buffer": 1,
"Bun": 1,
"CryptoHasher": 1,
"DiffieHellmanGroup": 1,
"DisposableStack": 1,
"ErrorCodeCache": 1,
"EventEmitter": 1,
"File": 1,
"Float16ArrayPrototype": 1,
"Float32ArrayPrototype": 1,
"Float64ArrayPrototype": 1,
"Generator": 1,
"GlobalObject": 1,
"H2FrameParser": 1,
"Headers Iterator": 1,
"Immediate": 1,
"Int16ArrayPrototype": 1,
"Int32ArrayPrototype": 1,
"Int8ArrayPrototype": 1,
"InternalModuleRegistry": 1,
"Intl.Collator": 1,
"Intl": 1,
"Iterator Helper": 1,
"JSGlobalLexicalEnvironment": 1,
"JSGlobalProxy": 1,
"JSON": 1,
"Map Iterator": 1,
"Math": 1,
"ModuleLoaderPayload": 1,
"ModuleLoader": 1,
"ModuleProgramCodeBlock": 1,
"ModuleProgramExecutable": 1,
"NativeBrotli": 1,
"NativeStreamSourceAdapter": 1,
"NativeZstd": 1,
"NextTickQueue": 1,
"NodeVMModule": 1,
"Number": 1,
"PrivateKeyObject": 1,
"ProcessBindingConstants": 1,
"ProcessBindingHTTPParser": 1,
"Process": 1,
"ProgramCodeBlock": 1,
"ProgramExecutable": 1,
"Prototype": 1,
"Proxy": 1,
"PublicKeyObject": 1,
"Reflect": 1,
"RegExp String Iterator": 1,
"Request": 1,
"ShadowRealm": 1,
"SocketAddress": 1,
"StreamsRuntime": 1,
"String Iterator": 1,
"String": 1,
"Symbol": 1,
"TextEncoderStreamEncoder": 1,
"TransformStreamDefaultController": 1,
"Uint16ArrayPrototype": 1,
"Uint32ArrayPrototype": 1,
"Uint8ArrayPrototype": 1,
"Uint8ClampedArrayPrototype": 1,
"UnlinkedModuleProgramCodeBlock": 1,
"UnlinkedProgramCodeBlock": 1,
"WebAssembly.SuspendError": 1,
"WebAssembly.Suspending": 1,
"WebAssembly": 1,
"WritableStreamDefaultController": 1,
"WritableStreamDefaultWriter": 1,
"WritableStream": 1,
"console": 1,
"require": 1,
"resolve": 1
},
"protectedObjectTypeCounts": {
"StatWatcher": 138,
"UnlinkedFunctionExecutable": 102,
"Timeout": 35,
"Uint8Array": 13,
"Promise": 6,
"TLSSocket": 6,
"FileInternalReadableStreamSource": 3,
"GlobalObject": 1,
"ReadableStream": 1,
"Subprocess": 1,
"UnlinkedModuleProgramCodeBlock": 1
},
"mimalloc": {
"stat_version": 5,
"mimalloc_version": 30401,
"process": {
"elapsed_msecs": 667,
"user_msecs": 498,
"system_msecs": 179,
"page_faults": 73,
"rss_current": 399327232,
"rss_peak": 399327232,
"commit_current": 379060224,
"commit_peak": 379060224
},
"pages": {
"total": 2678,
"peak": 1363,
"current": 1359
},
"reserved": {
"total": 1078329344,
"peak": 1078329344,
"current": 1078329344
},
"committed": {
"total": 379060224,
"peak": 379060224,
"current": 379060224
},
"reset": 0,
"purged": 220676096,
"page_committed": {
"total": 0,
"peak": 0,
"current": 0
},
"pages_abandoned": {
"total": 2401,
"peak": 752,
"current": 687
},
"threads": {
"total": 23,
"peak": 23,
"current": 23
},
"malloc_normal": {
"total": 0,
"peak": 0,
"current": 0
},
"malloc_huge": {
"total": 44695552,
"peak": 44695552,
"current": 44695552
},
"malloc_requested": {
"total": 0,
"peak": 0,
"current": 0
},
"mmap_calls": 4,
"commit_calls": 13,
"reset_calls": 0,
"purge_calls": 911,
"arena_count": 2,
"malloc_normal_count": 0,
"malloc_huge_count": 25,
"malloc_guarded_count": 0,
"arena_rollback_count": 0,
"arena_purges": 17,
"pages_extended": 0,
"pages_retire": 0,
"page_searches": 58789,
"page_searches_count": 26337,
"segments": {
"total": 0,
"peak": 0,
"current": 0
},
"segments_abandoned": {
"total": 0,
"peak": 0,
"current": 0
},
"segments_cache": {
"total": 0,
"peak": 0,
"current": 0
},
"_segments_reserved": {
"total": 0,
"peak": 0,
"current": 0
},
"heaps": {
"total": 225,
"peak": 4,
"current": 3
},
"theaps": {
"total": 245,
"peak": 23,
"current": 23
},
"pages_reclaim_on_alloc": 3,
"pages_reclaim_on_free": 1695,
"pages_reabandon_full": 0,
"pages_unabandon_busy_wait": 0,
"heaps_delete_wait": 0,
"malloc_bins": [
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 8,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 8,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 16,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 24,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 32,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 40,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 48,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 56,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 64,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 80,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 96,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 112,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 128,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 160,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 192,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 224,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 256,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 320,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 384,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 448,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 512,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 640,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 768,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 896,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1024,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1280,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1536,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1792,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2048,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2560,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3072,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3584,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 4096,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 5120,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 6144,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 7168,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 8192,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 10240,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 12288,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 14336,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 16384,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 20480,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 24576,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 28672,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 32768,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 40960,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 49152,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 57344,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 65536,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 81920,
"page_size": 524288
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 98304,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 114688,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 131072,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 163840,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 196608,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 229376,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 262144,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 327680,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 393216,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 458752,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 524288,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 655360,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 786432,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 917504,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1048576,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1310720,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1572864,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1835008,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2097152,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2621440,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3145728,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3670016,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 4194304,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 524296,
"page_size": 0
}
],
"page_bins": [
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 8,
"page_size": 65536
},
{
"total": 23,
"peak": 6,
"current": 6,
"block_size": 8,
"page_size": 65536
},
{
"total": 74,
"peak": 38,
"current": 38,
"block_size": 16,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 24,
"page_size": 65536
},
{
"total": 182,
"peak": 130,
"current": 130,
"block_size": 32,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 40,
"page_size": 65536
},
{
"total": 282,
"peak": 46,
"current": 46,
"block_size": 48,
"page_size": 65536
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 56,
"page_size": 65536
},
{
"total": 61,
"peak": 44,
"current": 44,
"block_size": 64,
"page_size": 65536
},
{
"total": 99,
"peak": 83,
"current": 83,
"block_size": 80,
"page_size": 65536
},
{
"total": 48,
"peak": 37,
"current": 37,
"block_size": 96,
"page_size": 65536
},
{
"total": 48,
"peak": 33,
"current": 33,
"block_size": 112,
"page_size": 65536
},
{
"total": 51,
"peak": 34,
"current": 34,
"block_size": 128,
"page_size": 65536
},
{
"total": 83,
"peak": 43,
"current": 43,
"block_size": 160,
"page_size": 65536
},
{
"total": 35,
"peak": 19,
"current": 18,
"block_size": 192,
"page_size": 65536
},
{
"total": 32,
"peak": 20,
"current": 20,
"block_size": 224,
"page_size": 65536
},
{
"total": 33,
"peak": 23,
"current": 23,
"block_size": 256,
"page_size": 65536
},
{
"total": 57,
"peak": 25,
"current": 25,
"block_size": 320,
"page_size": 65536
},
{
"total": 39,
"peak": 19,
"current": 18,
"block_size": 384,
"page_size": 65536
},
{
"total": 44,
"peak": 14,
"current": 14,
"block_size": 448,
"page_size": 65536
},
{
"total": 65,
"peak": 31,
"current": 21,
"block_size": 512,
"page_size": 65536
},
{
"total": 65,
"peak": 28,
"current": 28,
"block_size": 640,
"page_size": 65536
},
{
"total": 46,
"peak": 22,
"current": 21,
"block_size": 768,
"page_size": 65536
},
{
"total": 151,
"peak": 20,
"current": 19,
"block_size": 896,
"page_size": 65536
},
{
"total": 56,
"peak": 44,
"current": 44,
"block_size": 1024,
"page_size": 65536
},
{
"total": 55,
"peak": 36,
"current": 36,
"block_size": 1280,
"page_size": 65536
},
{
"total": 38,
"peak": 23,
"current": 23,
"block_size": 1536,
"page_size": 65536
},
{
"total": 41,
"peak": 25,
"current": 23,
"block_size": 1792,
"page_size": 65536
},
{
"total": 56,
"peak": 22,
"current": 21,
"block_size": 2048,
"page_size": 65536
},
{
"total": 84,
"peak": 35,
"current": 34,
"block_size": 2560,
"page_size": 65536
},
{
"total": 45,
"peak": 33,
"current": 32,
"block_size": 3072,
"page_size": 65536
},
{
"total": 35,
"peak": 24,
"current": 23,
"block_size": 3584,
"page_size": 65536
},
{
"total": 34,
"peak": 21,
"current": 21,
"block_size": 4096,
"page_size": 65536
},
{
"total": 76,
"peak": 34,
"current": 34,
"block_size": 5120,
"page_size": 65536
},
{
"total": 31,
"peak": 27,
"current": 27,
"block_size": 6144,
"page_size": 65536
},
{
"total": 54,
"peak": 25,
"current": 25,
"block_size": 7168,
"page_size": 65536
},
{
"total": 76,
"peak": 21,
"current": 19,
"block_size": 8192,
"page_size": 65536
},
{
"total": 49,
"peak": 38,
"current": 38,
"block_size": 10240,
"page_size": 65536
},
{
"total": 20,
"peak": 14,
"current": 14,
"block_size": 12288,
"page_size": 524288
},
{
"total": 28,
"peak": 15,
"current": 15,
"block_size": 14336,
"page_size": 524288
},
{
"total": 142,
"peak": 138,
"current": 138,
"block_size": 16384,
"page_size": 524288
},
{
"total": 25,
"peak": 12,
"current": 12,
"block_size": 20480,
"page_size": 524288
},
{
"total": 20,
"peak": 10,
"current": 9,
"block_size": 24576,
"page_size": 524288
},
{
"total": 21,
"peak": 8,
"current": 7,
"block_size": 28672,
"page_size": 524288
},
{
"total": 27,
"peak": 12,
"current": 12,
"block_size": 32768,
"page_size": 524288
},
{
"total": 12,
"peak": 7,
"current": 7,
"block_size": 40960,
"page_size": 524288
},
{
"total": 12,
"peak": 7,
"current": 6,
"block_size": 49152,
"page_size": 524288
},
{
"total": 7,
"peak": 4,
"current": 3,
"block_size": 57344,
"page_size": 524288
},
{
"total": 4,
"peak": 4,
"current": 4,
"block_size": 65536,
"page_size": 524288
},
{
"total": 35,
"peak": 19,
"current": 3,
"block_size": 81920,
"page_size": 524288
},
{
"total": 1,
"peak": 1,
"current": 1,
"block_size": 98304,
"page_size": 4194304
},
{
"total": 4,
"peak": 2,
"current": 1,
"block_size": 114688,
"page_size": 4194304
},
{
"total": 2,
"peak": 2,
"current": 1,
"block_size": 131072,
"page_size": 4194304
},
{
"total": 6,
"peak": 3,
"current": 2,
"block_size": 163840,
"page_size": 4194304
},
{
"total": 1,
"peak": 1,
"current": 1,
"block_size": 196608,
"page_size": 4194304
},
{
"total": 2,
"peak": 1,
"current": 1,
"block_size": 229376,
"page_size": 4194304
},
{
"total": 25,
"peak": 13,
"current": 7,
"block_size": 262144,
"page_size": 4194304
},
{
"total": 4,
"peak": 2,
"current": 1,
"block_size": 327680,
"page_size": 4194304
},
{
"total": 3,
"peak": 2,
"current": 2,
"block_size": 393216,
"page_size": 4194304
},
{
"total": 2,
"peak": 1,
"current": 0,
"block_size": 458752,
"page_size": 4194304
},
{
"total": 2,
"peak": 2,
"current": 1,
"block_size": 524288,
"page_size": 4194304
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 655360,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 786432,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 917504,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1048576,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1310720,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1572864,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 1835008,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2097152,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 2621440,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3145728,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 3670016,
"page_size": 0
},
{
"total": 0,
"peak": 0,
"current": 0,
"block_size": 4194304,
"page_size": 0
},
{
"total": 25,
"peak": 10,
"current": 10,
"block_size": 524296,
"page_size": 0
}
],
"chunk_bins": [
{
"total": 7,
"peak": 7,
"current": 7,
"bin": "S"
},
{
"total": 2,
"peak": 2,
"current": 2,
"bin": "X"
},
{
"total": 2,
"peak": 1,
"current": 1,
"bin": "M"
},
{
"total": 2,
"peak": 1,
"current": 0,
"bin": "L"
},
{
"total": 0,
"peak": 0,
"current": 0,
"bin": "H"
},
{
"total": 0,
"peak": 0,
"current": 0,
"bin": " "
}
]
},
"platform": "darwin",
"nodeVersion": "v26.3.0",
"ccVersion": "2.1.215"
}
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
1.22209.3 (babe11)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Other
Additional Information
Happening in Claude desktop app, even on multiple older Claude versions, possibly for the last 4 updates. When I think it's fixed...suddenly it will happen again.