aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-28 15:33:15 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-28 15:33:15 +0100
commita658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be (patch)
tree8ba8549f9c17514b107a030af038aefc6c3490cb /debian
parent57135f38e2bc6e743cf7849313a003aba2bcb0ae (diff)
downloadrspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.tar.gz
rspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.zip
Increase default limit, as unloading logic is broken.
Diffstat (limited to 'debian')
-rw-r--r--debian/rspamd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rspamd.xml b/debian/rspamd.xml
index 17e04e4c4..1a1990506 100644
--- a/debian/rspamd.xml
+++ b/debian/rspamd.xml
@@ -12,7 +12,7 @@
<!-- Turned on C filters -->
<filters>regexp,surbl,chartable,fuzzy_check,spf,dkim</filters>
<!-- Maximum size of statistics mapped in memory -->
- <statfile_pool_size>250M</statfile_pool_size>
+ <statfile_pool_size>1G</statfile_pool_size>
<!-- Raw mode is non-utf mode. In utf mode all messages are converted to utf8 (if possible) -->
<raw_mode>no</raw_mode>
<!-- Check text attachements as ordinary text parts -->