X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e7429733c395b07640ddee571b355a024c4a78c..e63938a485d0f2499a567a8fd3dd2343e6f2ffbf:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 79889565a0..05bc1309cd 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -638,6 +638,15 @@ Clusters: # once. BalanceUpdateLimit: 100000 + # Maximum number of "pull block from other server" and "trash + # block" requests to send to each keepstore server at a + # time. Smaller values use less memory in keepstore and + # keep-balance. Larger values allow more progress per + # keep-balance iteration. A zero value computes all of the + # needed changes but does not apply any. + BalancePullLimit: 100000 + BalanceTrashLimit: 100000 + # Default lifetime for ephemeral collections: 2 weeks. This must not # be less than BlobSigningTTL. DefaultTrashLifetime: 336h