이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 23. Queue
The following settings provide limits on the size of filestore queue.
filestore_queue_max_ops
- Description
- Defines the maximum number of in progress operations the file store accepts before blocking on queuing new operations.
- Type
- Integer
- Required
- No. Minimal impact on performance.
- Default
-
500
filestore_queue_max_bytes
- Description
- The maximum number of bytes for an operation.
- Type
- Integer
- Required
- No
- Default
-
100 << 20
filestore_queue_committing_max_ops
- Description
- The maximum number of operations the filestore can commit.
- Type
- Integer
- Required
- No
- Default
-
500
filestore_queue_committing_max_bytes
- Description
- The maximum number of bytes the filestore can commit.
- Type
- Integer
- Required
- No
- Default
-
100 << 20