> My problem is that my system crash one time every week. > free memory costantly decrase and after a day only 8MB RAM > are free.... This free mem will stay allocated somewhere.
Perhaps processes run from your crontab are hanging and can't finish. try to mail the process-list to yourself every x minutes or so and check if you see processes that won't end. (The PID uniquely identifies a process) in crontab: */15 * * * ps uaxww | mail -s "process list" [EMAIL PROTECTED] Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
