]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Increase default limit, as unloading logic is broken.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 May 2013 14:33:15 +0000 (15:33 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 May 2013 14:33:15 +0000 (15:33 +0100)
centos/sources/rspamd.xml
conf/rspamd-basic.xml.in
debian/rspamd.xml

index f83947d1294f47492a0af8108e828ba5e61f1c88..b3cb1bf18cad268ad93c6c807d9f41661f44babd 100644 (file)
@@ -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 -->
index 6e347f76257991fba0f7ec50412c53ab52b7c7a9..06b5ff19d85dcc5588b91989d72f0adad2a92935 100644 (file)
@@ -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 -->
index 17e04e4c40c4503b4c51dae77b9ce215437c7697..1a19905061b412b66cb1e16118b6ecd69e6547c9 100644 (file)
@@ -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 -->