You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/sidecar/tests/fixtures/limits-inventory.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@
30
30
"class": "invariant",
31
31
"rationale": "Clamps a guest timer delay to the JS setTimeout ceiling (2^31-1 ms); a leak guard so a timer thread cannot outlive its session by pinning the session Arc, mirroring the standard setTimeout max rather than operator policy."
"rationale": "Internal socket bridge flush granularity that preserves backpressure under the wired socket buffered-byte limit; not an operator policy cap."
38
+
},
33
39
{
34
40
"name": "JAVASCRIPT_EVENT_CHANNEL_CAPACITY",
35
41
"path": "crates/execution/src/javascript.rs",
@@ -90,6 +96,12 @@
90
96
"rationale": "Python VFS RPC timeout.",
91
97
"wired": "VmLimits.python.vfs_rpc_timeout_ms"
92
98
},
99
+
{
100
+
"name": "PYTHON_SOCKET_MAX_RECV",
101
+
"path": "crates/sidecar/src/execution.rs",
102
+
"class": "policy-deferred",
103
+
"rationale": "Guest Python socket recv request clamp for one synchronous host read; bounded by default, fold into Python/socket VmLimits if operators need to tune it."
0 commit comments