File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,11 @@ aggressiveness of lifecycle processing:
7575.. confval :: rgw_lc_max_wp_worker
7676
7777These values can be tuned based upon your specific workload to further increase the
78- aggressiveness of lifecycle processing. For a workload with a larger number of buckets (thousands)
79- you would look at increasing the :confval: `rgw_lc_max_worker ` value from the default value of 3 whereas for a
80- workload with a smaller number of buckets but higher number of objects (hundreds of thousands)
81- per bucket you would consider increasing :confval: `rgw_lc_max_wp_worker ` from the default value of 3.
78+ aggressiveness of lifecycle processing. For a workload with a large number of buckets (thousands)
79+ you would raise the number of workers by increasing :confval: `rgw_lc_max_worker `
80+ from the default value of 3. Whereas for a workload with a higher number of objects per bucket
81+ (hundreds of thousands) you would raise the number of parallel threads
82+ by increasing :confval: `rgw_lc_max_wp_worker ` from the default value of 3.
8283
8384.. note :: When looking to tune either of these specific values please validate the
8485 current Cluster performance and Ceph Object Gateway utilization before increasing.
You can’t perform that action at this time.
0 commit comments