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
29
29
point. (Default: garbage collection must be manually requested with
30
30
`flux-shutdown --gc `).
31
31
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
+
32
46
33
47
EXAMPLE
34
48
=======
Original file line number Diff line number Diff line change @@ -942,3 +942,4 @@ SATTR
942
942
myprogram
943
943
unref
944
944
sigprocmask
945
+ KVS's
You can’t perform that action at this time.
0 commit comments