about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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