From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8603A1F531; Mon, 10 Aug 2020 06:29:30 +0000 (UTC) Date: Mon, 10 Aug 2020 06:29:29 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 03/14] doc: index: more notes about latest changes Message-ID: <20200810062929.GA16284@dcvr> References: <20200810021205.18909-1-e@yhbt.net> <20200810021205.18909-4-e@yhbt.net> <87v9hr9qes.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87v9hr9qes.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > For L inboxes, this value is > > multiplied by the number of Xapian shards. Thus a typical v2 > > -inbox with 3 shards will flush every 3 megabytes by default. > > - > > -Default: 1m (one megabyte) > > +inbox with 3 shards will flush every 3 megabytes by default > > +when unless parallelism is disabled via C<--sequential-shard> > > s/when unless/unless/ ? Yup, thanks. Will squash the folowing before pushing (and speling for 8/14 shall be vary-able :>) : diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index 3ae3b008..10cf2d19 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -179,7 +179,7 @@ C<4m> have little benefit. For L inboxes, this value is multiplied by the number of Xapian shards. Thus a typical v2 inbox with 3 shards will flush every 3 megabytes by default -when unless parallelism is disabled via C<--sequential-shard> +unless parallelism is disabled via C<--sequential-shard> or C<--jobs=0>. This influences memory usage of Xapian, but it is not exact.