Skip to content

Commit a4debfb

Browse files
committed
[chart] Tune rabbitmq defaults
1 parent dfda855 commit a4debfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chart/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,11 @@ rabbitmq:
537537
existingSecretFullChain: true
538538
metrics:
539539
enabled: true
540+
extraEnvVars:
541+
# Disable Speculative Scheduler Busy Waiting
542+
# https://www.rabbitmq.com/runtime.html#busy-waiting
543+
- name: RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS
544+
value: "+sbwt none +sbwtdcpu none +sbwtdio none"
540545
networkPolicy:
541546
enabled: true
542547
allowExternal: true
@@ -624,6 +629,8 @@ rabbitmq:
624629
existingSecret: load-definition
625630
extraConfiguration: |
626631
load_definitions = /app/load_definition.json
632+
# Increase statistics emission interval https://www.rabbitmq.com/management.html#statistics-interval
633+
collect_statistics_interval = 15000
627634
pdb:
628635
create: true
629636
minAvailable: 0

0 commit comments

Comments
 (0)