fix: oom bookie when applying test (#42776)

issue: #42769

Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
Zhen Ye 2025-06-16 23:18:37 +08:00 committed by GitHub
parent 5e18441726
commit 5539636b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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