# HG changeset patch # User Matti Hamalainen # Date 1251322293 -10800 # Node ID 5d722da1392b1789d33518d63f5028d501b7e4c3 # Parent 84c7edc1a61994f03ea6311f12b652373cfaef4f Add tip about changing certain configuration values to lessen memory consumption. diff -r 84c7edc1a619 -r 5d722da1392b README --- a/README Thu Aug 27 00:28:43 2009 +0300 +++ b/README Thu Aug 27 00:31:33 2009 +0300 @@ -49,6 +49,10 @@ useful to periodically restart (as in complete restart, not reload via HUP) the daemon to free the memory. +It is also helpful to change the FILTER_MAX_AGE and GLOBAL_MAX_AGE +configuration settings to smaller values, so that amount of data held +in memory at once is smaller. + Installation ============