We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfda855 commit a4debfbCopy full SHA for a4debfb
chart/values.yaml
@@ -537,6 +537,11 @@ rabbitmq:
537
existingSecretFullChain: true
538
metrics:
539
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"
545
networkPolicy:
546
547
allowExternal: true
@@ -624,6 +629,8 @@ rabbitmq:
624
629
existingSecret: load-definition
625
630
extraConfiguration: |
626
631
load_definitions = /app/load_definition.json
632
+ # Increase statistics emission interval https://www.rabbitmq.com/management.html#statistics-interval
633
+ collect_statistics_interval = 15000
627
634
pdb:
628
635
create: true
636
minAvailable: 0
0 commit comments