X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fdocs%2Ffull_text_indexing.pod;fp=rt%2Fdocs%2Ffull_text_indexing.pod;h=6b0025d623189db166e799c465e9aaed25fe1732;hp=0952b4eb98615fc3448ee3502a36a619e1351a99;hb=c71b2dc296da6207c525a064d322f7153c284d4e;hpb=b95256aad16c4bdafd089d26c0f9147f3ec7755e diff --git a/rt/docs/full_text_indexing.pod b/rt/docs/full_text_indexing.pod index 0952b4eb9..6b0025d62 100644 --- a/rt/docs/full_text_indexing.pod +++ b/rt/docs/full_text_indexing.pod @@ -48,8 +48,16 @@ To keep the index up-to-date, you will need to run: ...at regular intervals. By default, this will only tokenize up to 100 tickets at a time; you can adjust this upwards by passing C<--limit 500>. Larger batch sizes will take longer and -consume more memory. Care should be taken to ensure that multiple -instances of C are not run at the same time. +consume more memory. + +If there is already an instances of C running, new +ones will exit abnormally (with exit code 1) and the error message +"rt-fulltext-indexer is already running." You can suppress this message +and end those processes normally (with exit code 0) using the C<--quiet> +option; this is particularly useful when running the command via +C: + + sbin/rt-fulltext-indexer --quiet =head1 MYSQL @@ -165,6 +173,15 @@ C<--memory> option: rt-fulltext-indexer --memory 10M +If there is already an instance of C running, new +ones will exit abnormally (with exit code 1) and the error message +"rt-fulltext-indexer is already running." You can suppress this message +and end those processes normally (with exit code 0) using the C<--quiet> +option; this is particularly useful when running the command via +C: + + sbin/rt-fulltext-indexer --quiet + Instead of being run via C, this may instead be run via a DBMS_JOB; read the B chapter of Oracle's B for details