File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 424424##
425425# queue_index_embed_msgs_below = 4kb
426426
427- ## Whether or not to enable background periodic GC of  all
428- ## Erlang processes in "waiting" state.
427+ ## Whether or not to enable background periodic forced  GC runs for  all
428+ ## Erlang processes on the node  in "waiting" state.
429429##
430430## Disabling background GC may reduce latency for client operations,
431- ## keeping it enabled may reduce median RAM usage.
431+ ## keeping it enabled may reduce median RAM usage by the binary heap
432+ ## (see https://www.erlang-solutions.com/blog/erlang-garbage-collector.html).
433+ ## 
434+ ## Before trying this option, please take a look at the memory
435+ ## breakdown (http://www.rabbitmq.com/memory-use.html).
432436##
433437# background_gc_enabled = false
434438
Original file line number Diff line number Diff line change 471471   % %
472472   % % {disk_monitor_failure_retry_interval, 120000},
473473
474-    % % Whether or not to enable background GC.
474+    % % Whether or not to enable background periodic forced GC runs for all
475+    % % Erlang processes on the node in "waiting" state.
476+    % %
477+    % % Disabling background GC may reduce latency for client operations,
478+    % % keeping it enabled may reduce median RAM usage by the binary heap
479+    % % (see https://www.erlang-solutions.com/blog/erlang-garbage-collector.html).
480+    % %
481+    % % Before enabling this option, please take a look at the memory
482+    % % breakdown (http://www.rabbitmq.com/memory-use.html).
475483   % %
476484   % % {background_gc_enabled, false},
477485
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments