On Fri, 26 Dec 2003, Pascal de R. wrote: > First, Merry Christmas everybody :-) > > I have xmail 1.17 installed on RH9 managing around 500 domains. around > 200 e-mail / hour > > When I start running xmail process, he needs 281MB, 24h after 360 and > 3/4 days after 690 MB!. I hope it is a setup problem and I have to correct it > because on this computer i'm running Apache, MySql and Bind, and > 1GB memory seems to be short if i don't restart xmail every 2 days.
Are you able to run valgrind on it? http://valgrind.kde.org/ Basically you have to build XMail with -O0 -g and remove the strip commands from Makefile.lnx. Then : # make -f Makefile.lnx # export MAIL_ROOT=... # export MAIL_CMD_LINE=... # valgrind -v ./XMail -Md - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
