X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fgrok-pull.post_update_hook.sh;fp=examples%2Fgrok-pull.post_update_hook.sh;h=1f51140ffbd139b57d41065e619a4115173ee841;hp=092ca283b30e289165cf86d279d22fb8a0ac1dbe;hb=064811ca0fa11586159d0049476e64b70f7e34d1;hpb=ed04e9e16999b4624f884d0ab0b66ba16ae57691 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