diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:28:06 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-24 10:28:06 -0700 |
commit | 7322f2afedcc2f427e997d1535a503613a83f088 (patch) | |
tree | 6c0d4e68906bfdaaff2a2067620e222611b979ea /rt/docs/full_text_indexing.pod | |
parent | ae14e320388fa5e7f400bff1c251ef885b7952e6 (diff) |
rt 4.2.13 ticket#13852
Diffstat (limited to 'rt/docs/full_text_indexing.pod')
-rw-r--r-- | rt/docs/full_text_indexing.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/docs/full_text_indexing.pod b/rt/docs/full_text_indexing.pod index 24169cb14..189c346cf 100644 --- a/rt/docs/full_text_indexing.pod +++ b/rt/docs/full_text_indexing.pod @@ -273,4 +273,11 @@ option to 1, while leaving C<Indexed> set to 0: This is not generally suggested, as unindexed full-text searching can cause severe performance problems. +=head1 LIMIT ATTACHMENT SIZE + +On some systems, very large attachments can cause memory and other +performance issues for the indexer making it unable to complete +indexing. See L<RT_Config.pm/"$MaxFulltextAttachmentSize"> for +details on setting a maximum attachment size to index. + =cut |