X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-init.pod;fp=Documentation%2Fpublic-inbox-init.pod;h=2464504539749f314b4e054b10f1d97e72b8d680;hb=78b1c973fba89bc6651ffa16807c40abd38e7bad;hp=b25dd1e4d02e373b83e64ac5edd29cacf81969be;hpb=9684e0406fd2c67706bc46e4c8e98a53c8edede3;p=public-inbox.git diff --git a/Documentation/public-inbox-init.pod b/Documentation/public-inbox-init.pod index b25dd1e4..24645045 100644 --- a/Documentation/public-inbox-init.pod +++ b/Documentation/public-inbox-init.pod @@ -86,14 +86,21 @@ Default: unset, no epochs are skipped Control the number of Xapian index shards in a C<-V2> (L) inbox. -It is useful to use a single shard (C<-j1>) for inboxes on +It can be useful to use a single shard (C<-j1>) for inboxes on high-latency storage (e.g. rotational HDD) unless the system has enough RAM to cache 5-10x the size of the git repository. -It is generally not useful to specify higher values than the -default due to contention in the top-level producer process. +Another approach for HDDs is to use the +L option +and many shards, so each shard may fit into the kernel page +cache. Unfortunately, excessive shards slows down read-only +query performance. -Default: the number of online CPUs, up to 4 +For fast storage, it is generally not useful to specify higher +values than the default due to the top-level producer process +being a bottleneck. + +Default: the number of online CPUs, up to 4 (3 shard workers, 1 producer) =item --skip-docdata