diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-28 15:33:15 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-28 15:33:15 +0100 |
commit | a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be (patch) | |
tree | 8ba8549f9c17514b107a030af038aefc6c3490cb | |
parent | 57135f38e2bc6e743cf7849313a003aba2bcb0ae (diff) | |
download | rspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.tar.gz rspamd-a658ca6e8bc22d6dcdd4bf2148b1efcaa2b136be.zip |
Increase default limit, as unloading logic is broken.
-rw-r--r-- | centos/sources/rspamd.xml | 2 | ||||
-rw-r--r-- | conf/rspamd-basic.xml.in | 2 | ||||
-rw-r--r-- | debian/rspamd.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/centos/sources/rspamd.xml b/centos/sources/rspamd.xml index f83947d12..b3cb1bf18 100644 --- a/centos/sources/rspamd.xml +++ b/centos/sources/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 --> diff --git a/conf/rspamd-basic.xml.in b/conf/rspamd-basic.xml.in index 6e347f762..06b5ff19d 100644 --- a/conf/rspamd-basic.xml.in +++ b/conf/rspamd-basic.xml.in @@ -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 --> 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 --> |