reduced memory usage

This commit is contained in:
2026-01-22 18:53:13 +11:00
parent 212b70897f
commit 4301cda827

View File

@@ -19,10 +19,10 @@ spec:
requests:
memory: "1Gi"
limits:
memory: "3Gi"
memory: "2Gi"
config:
jvm-server-options:
initial_heap_size: "768M"
max_heap_size: "1536M"
initial_heap_size: "512M"
max_heap_size: "1024M"
managementApiAuth:
insecure: {} # dev only; for prod use a secret