Skip to content

Commit

Permalink
doc: document kvs max ops configs
Browse files Browse the repository at this point in the history
Problem: The new kvs transaction-max-ops configuration
option is not documented.

Add documentation to flux-config-kvs(5)
  • Loading branch information
chu11 committed Feb 28, 2025
1 parent eb883b4 commit a88b58d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/man5/flux-config-kvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ gc-threshold
point. (Default: garbage collection must be manually requested with
`flux-shutdown --gc`).

transaction-max-ops
(optional) Sets the maximum number of transactions that can be
performed in a single KVS commit. This configuration is to prevent
a single transaction from taking up too much of the KVS's time
(i.e. to prevent a denial-of-service from a large transaction). By
default the maximum is 131072.


EXAMPLE
=======
Expand Down
1 change: 1 addition & 0 deletions doc/test/spell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -948,3 +948,4 @@ backoff
unkillable
Feitelson
TimeoutStopSec
KVS's

0 comments on commit a88b58d

Please sign in to comment.