fix(ai,crypto): reduce chat and monero stalls
This commit is contained in:
parent
a027801ab9
commit
c8e91312fb
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user