mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: oom bookie when applying test (#42776)
issue: #42769 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
parent
5e18441726
commit
5539636b5b
@ -146,6 +146,11 @@ pulsarv3:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
memory: 2Gi
|
||||
configData:
|
||||
PULSAR_MEM: >
|
||||
-Xms512m
|
||||
-Xmx512m
|
||||
-XX:MaxDirectMemorySize=1024m
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/e2e
|
||||
|
||||
@ -132,6 +132,11 @@ pulsarv3:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
memory: 2Gi
|
||||
configData:
|
||||
PULSAR_MEM: >
|
||||
-Xms512m
|
||||
-Xmx512m
|
||||
-XX:MaxDirectMemorySize=1024m
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/e2e
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user