File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ gc-threshold
2929 point. (Default: garbage collection must be manually requested with
3030 `flux-shutdown --gc `).
3131
32+ transaction-max-ops
33+ (optional) Sets the maximum number of transactions that can be
34+ performed in a single KVS commit. This configuration is to prevent
35+ a single transaction from taking up too much of the KVS's time
36+ (i.e. to prevent a denial-of-service from a large transaction). By
37+ default the maximum is 65536.
38+
39+ fence-max-ops
40+ (optional) Sets the maximum number of operations that can be
41+ performed in total by a KVS fence. This configuration is to
42+ prevent a single fence from taking up too much of the KVS's time
43+ (i.e. to prevent a denial-of-service from a large transaction). By
44+ default the maximum is 1048576.
45+
3246
3347EXAMPLE
3448=======
Original file line number Diff line number Diff line change @@ -943,3 +943,4 @@ myprogram
943943unref
944944sigprocmask
945945iso
946+ KVS's
You can’t perform that action at this time.
0 commit comments