V10.407 shorten ai runner residency
All checks were successful
CD Pipeline / deploy (push) Successful in 1m34s

This commit is contained in:
OoO
2026-05-24 13:32:26 +08:00
committed by AiderHeal Bot
parent 717231167f
commit 65d38d4632
10 changed files with 50 additions and 5 deletions

View File

@@ -133,6 +133,8 @@ HERMES_URL=
# [預設 120] Hermes 推理 timeout批量 300 筆預估 ~90s
HERMES_TIMEOUT=120
# [預設 5m] Hermes runner 熱駐留;禁止回到 24h避免 GCP-B/111 長駐高負載
HERMES_KEEP_ALIVE=5m
# [選填] Embedding 服務主機;留空時自動走同一條 Ollama 三主機級聯
EMBEDDING_HOST=
@@ -385,6 +387,7 @@ NEMOTRON_OLLAMA_TIMEOUT=180
OPENCLAW_STRATEGY_OLLAMA_MODEL=qwen3:14b
OPENCLAW_STRATEGY_OLLAMA_TIMEOUT=90
OPENCLAW_STRATEGY_OLLAMA_NUM_PREDICT=2048
OPENCLAW_STRATEGY_OLLAMA_KEEP_ALIVE=5m
# [預設 OFF] MCP Router需先部署 docker-compose.mcp.yml 並完成健康檢查再開
MCP_ROUTER_ENABLED=false