File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -537,6 +537,11 @@ rabbitmq:
537
537
existingSecretFullChain : true
538
538
metrics :
539
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"
540
545
networkPolicy :
541
546
enabled : true
542
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
629
636
minAvailable : 0
You can’t perform that action at this time.
0 commit comments