You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "pgj (via GitHub)" <gi...@apache.org> on 2023/05/16 17:08:30 UTC

[GitHub] [couchdb] pgj commented on a diff in pull request #4603: Update default vm.args settings

pgj commented on code in PR #4603:
URL: https://github.com/apache/couchdb/pull/4603#discussion_r1195463025


##########
rel/overlay/etc/vm.args:
##########
@@ -61,6 +61,18 @@
 # Dirty IO schedulers are used for file IO.
 +SDio 16
 
+# Increase distribution buffer size from default of 1MB to 32MB. The default is
+# usually a bit low on busy clusters. Has no effect for single-node setups.
+# The unit is in kilobytes.
++zdbbl32768

Review Comment:
   I think this line is missing a space (between `+zbbl` and the value).  I can imagine that the actual syntax does not require this space to be there but it would definitely contribute to better readability, as well as it would make more consistent with the formatting of other parameters in this file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org