Increasing scalability

Improve scalability by editing Ceph Object Gateway configuration parameters.

For more information about configuring parameters, see Configuration reference.

Increase the thread pool

Change the size of the thread pool by editing the value of the rgw_thread_pool_size parameter.
Note: The beast frontend is not restricted by the thread pool size to accept new connections.
For example,
rgw_thread_pool_size = 512

Increase the maximum number of allowed unsent I/O requests

Change the maximum number of allowed unsent I/O requests by editing the value of the --objecter_inflight_ops parameter. The --objecter_inflight_ops parameter is used for client traffic control.

For example,
objecter_inflight_ops = 24576