Skip to content

Commit 8d17b41

Browse files
committed
test(sidecar): classify the wasm module-bytes cache cap in the limits inventory
WASM_MODULE_BYTES_CACHE_CAPACITY is a host-side LRU entry cap (process-wide cache sizing, not per-VM policy) — recorded as an invariant with rationale.
1 parent f89ddc3 commit 8d17b41

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

crates/sidecar/tests/fixtures/limits-inventory.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,5 +1020,11 @@
10201020
"path": "packages/core/src/sidecar-process.ts",
10211021
"class": "policy-deferred",
10221022
"rationale": "Client-side event buffer default for spawned sidecar processes; callers can override sidecar process options."
1023+
},
1024+
{
1025+
"name": "WASM_MODULE_BYTES_CACHE_CAPACITY",
1026+
"path": "crates/execution/src/wasm.rs",
1027+
"class": "invariant",
1028+
"rationale": "Host-side LRU entry cap for cached wasm module bytes; process-wide cache sizing, not per-VM policy."
10231029
}
10241030
]

0 commit comments

Comments
 (0)