File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 380
380
##
381
381
# queue_index_embed_msgs_below = 4kb
382
382
383
- ## Whether or not to enable background GC.
383
+ ## Whether or not to enable background periodic GC of all
384
+ ## Erlang processes in "waiting" state.
385
+ ##
386
+ ## Disabling background GC may reduce latency for client operations,
387
+ ## keeping it enabled may reduce median RAM usage.
384
388
##
385
389
# background_gc_enabled = true
386
390
387
- ## Interval (in milliseconds) at which we run background GC.
391
+ ## Target (desired) interval (in milliseconds) at which we run background GC.
392
+ ## The actual interval will vary depending on how long it takes to execute
393
+ ## the operation (can be higher than this interval). Values less than
394
+ ## 30000 milliseconds are not recommended.
388
395
##
389
396
# background_gc_target_interval = 60000
390
397
623
630
624
631
## File rotation config. No rotation by defualt.
625
632
## DO NOT SET rotation date to ''. Leave unset if require "" value
626
- # log.file.rotation.date = $D0
633
+ # log.file.rotation.date = $D0
627
634
# log.file.rotation.size = 0
628
635
629
636
Original file line number Diff line number Diff line change 333
333
% %
334
334
% % {queue_index_embed_msgs_below, 4096},
335
335
336
- % % Whether or not to enable background GC.
336
+ % % Whether or not to enable background periodic GC of all
337
+ % % Erlang processes in "waiting" state.
338
+ % %
339
+ % % Disabling background GC may reduce latency for client operations,
340
+ % % keeping it enabled may reduce median RAM usage.
337
341
% %
338
342
% % {background_gc_enabled, true},
339
343
% %
340
- % % Interval (in milliseconds) at which we run background GC.
344
+ % % Target (desired) interval (in milliseconds) at which we run background GC.
345
+ % % The actual interval will vary depending on how long it takes to execute
346
+ % % the operation (can be higher than this interval). Values less than
347
+ % % 30000 milliseconds are not recommended.
341
348
% %
342
349
% % {background_gc_target_interval, 60000}
343
350
You can’t perform that action at this time.
0 commit comments