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:
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
You can’t perform that action at this time.
0 commit comments