mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
fix: disable suspend app feature when system high load (#1812)
This commit is contained in:
parent
2c3964b15a
commit
e6589f02c3
1 changed files with 4 additions and 4 deletions
|
|
@ -198,13 +198,13 @@ spec:
|
|||
- name: SHARED_LIB_PATH
|
||||
value: {{ .Values.sharedlib }}
|
||||
- name: CLUSTER_CPU_THRESHOLD
|
||||
value: "90"
|
||||
value: "0"
|
||||
- name: CLUSTER_MEMORY_THRESHOLD
|
||||
value: "90"
|
||||
value: "0"
|
||||
- name: USER_CPU_THRESHOLD
|
||||
value: "90"
|
||||
value: "0"
|
||||
- name: USER_MEMORY_THRESHOLD
|
||||
value: "90"
|
||||
value: "0"
|
||||
- name: NATS_HOST
|
||||
value: nats.os-platform
|
||||
- name: NATS_PORT
|
||||
|
|
|
|||
Loading…
Reference in a new issue