feat: harden orchestrator execution runtime
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user