Documentation/public-inbox-tuning.pod | 13 +++++++++++++ diff --git a/Documentation/public-inbox-tuning.pod b/Documentation/public-inbox-tuning.pod index 58937f732dd157dd6be993ba01e7172337131041..67316fb11109b4071197a2db9788dc254eb9a1d0 100644 --- a/Documentation/public-inbox-tuning.pod +++ b/Documentation/public-inbox-tuning.pod @@ -34,6 +34,10 @@ =item 6 Read-only daemons +=item 7 + +Other OS tuning knobs + =back =head2 New inboxes: public-inbox-init -V2 @@ -147,6 +151,15 @@ Transport Layer Security (IMAPS, NNTPS, or via STARTTLS) significantly increases memory use of client sockets, sure to account for that in capacity planning. + +=head2 Other OS tuning knobs + +Linux users: the C sysctl may need to be increased if +handling thousands of inboxes (with L) to avoid +out-of-memory errors from git. + +Other OSes may have similar tuning knobs (patches appreciated). + =head1 CONTACT