From c8e91312fb3f77c878eee3e5897ff913c89816f2 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 29 Jun 2026 15:57:30 -0300 Subject: [PATCH] fix(ai,crypto): reduce chat and monero stalls --- services/bstein-dev-home/backend-deployment.yaml | 10 ++++++++++ services/comms/atlasbot-deployment.yaml | 2 +- services/crypto/monerod/deployment.yaml | 7 +++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/services/bstein-dev-home/backend-deployment.yaml b/services/bstein-dev-home/backend-deployment.yaml index 811d6d34e..b0d59f551 100644 --- a/services/bstein-dev-home/backend-deployment.yaml +++ b/services/bstein-dev-home/backend-deployment.yaml @@ -76,10 +76,20 @@ spec: value: qwen2.5-coder:1.5b-instruct-q4_0 - name: AI_CHAT_TIMEOUT_SEC value: "480" + - name: AI_WARM_ENABLED + value: "false" - name: AI_ATLASBOT_ENDPOINT value: http://atlasbot.comms.svc.cluster.local:8090/v1/answer - name: AI_ATLASBOT_TIMEOUT_SEC value: "30" + - name: AI_ATLASBOT_TIMEOUT_QUICK_SEC + value: "25" + - name: AI_ATLASBOT_MODEL_FAST + value: qwen2.5-coder:1.5b-instruct-q4_0 + - name: AI_ATLASBOT_MODEL_SMART + value: qwen2.5:14b-instruct-q4_0 + - name: AI_ATLASBOT_MODEL_GENIUS + value: qwen2.5:14b-instruct-q4_0 - name: AI_NODE_NAME valueFrom: fieldRef: diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 812160447..d89d23b6e 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -130,7 +130,7 @@ spec: - name: OLLAMA_TIMEOUT_SEC value: "600" - name: ATLASBOT_QUICK_TIME_BUDGET_SEC - value: "15" + value: "25" - name: ATLASBOT_FAST_NUM_PREDICT value: "16" - name: ATLASBOT_SMART_TIME_BUDGET_SEC diff --git a/services/crypto/monerod/deployment.yaml b/services/crypto/monerod/deployment.yaml index a2fe290c2..c69343d30 100644 --- a/services/crypto/monerod/deployment.yaml +++ b/services/crypto/monerod/deployment.yaml @@ -61,8 +61,11 @@ spec: - --p2p-bind-port=18080 - --no-igd - --zmq-pub=tcp://0.0.0.0:18083 - - --out-peers=32 - - --in-peers=64 + - --out-peers=8 + - --in-peers=16 + - --prep-blocks-threads=1 + - --max-concurrency=2 + - --block-sync-size=20 - --add-priority-node=p2pmd.xmrvsbeast.com:18080 - --add-priority-node=nodes.hashvault.pro:18080 - --disable-dns-checkpoints