feat: harden orchestrator execution runtime

This commit is contained in:
john
2026-07-24 23:53:32 +08:00
parent 396bb78200
commit f6f2cd0933
55 changed files with 5122 additions and 194 deletions
+10
View File
@@ -23,6 +23,12 @@ services:
timeout: 5s
retries: 3
start_period: 20s
# Each active session owns several stdio MCP pipes. Keep enough descriptor
# headroom for local soak tests; lifecycle cleanup is still required.
ulimits:
nofile:
soft: 65536
hard: 65536
restart: unless-stopped
networks:
- local-dev
@@ -48,6 +54,10 @@ services:
timeout: 5s
retries: 3
start_period: 20s
ulimits:
nofile:
soft: 65536
hard: 65536
restart: unless-stopped
networks:
- local-dev