about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-13 08:04:04 +0000
committerEric Wong <e@yhbt.net>2020-08-14 09:56:17 +0000
commit064811ca0fa11586159d0049476e64b70f7e34d1 (patch)
tree0cd2f62d70a68e01dc82fd25cc336c05e138066b /examples
parented04e9e16999b4624f884d0ab0b66ba16ae57691 (diff)
downloadpublic-inbox-064811ca0fa11586159d0049476e64b70f7e34d1.tar.gz
--sequential-shard offers better performance on HDD than -j0
since the on-disk active set can be kept small (with -j $HIGH_NUM).
--batch-size can also be helpful for systems with much RAM.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/grok-pull.post_update_hook.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/grok-pull.post_update_hook.sh b/examples/grok-pull.post_update_hook.sh
index 092ca283..1f51140f 100755
--- a/examples/grok-pull.post_update_hook.sh
+++ b/examples/grok-pull.post_update_hook.sh
@@ -124,7 +124,9 @@ then
                 : v2 inboxes may be init-ed with an empty msgmap
                 ;;
         *)
-                # if on HDD and limited RAM, add `-j0' w/ public-inbox 1.6.0+
+                # if on HDD and limited RAM, add `--sequential-shard'
+                # and possibly a large `--batch-size' if you have much
+                # memory in public-inbox 1.6.0+
                 $EATMYDATA public-inbox-index -v "$inbox_dir"
                 ;;
         esac