On Wed, Mar 19, 2008 at 10:22:22AM +0100, Ondrej Valousek wrote: > Hi Johann, > > Ok I see the point. > I was trying to figure out how much memory is the milter-greylist using > on my system using the top command and I am not sure whether it gives me > the accurate results. > Do I have the feed top command with some additional switches to find out > the total amount of resources it consumes? Just look at the "VIRT" column. You can also use the command "pmap PID" available under Linux or Solaris. The latter serves a more detailed view of allocated chunks in virutal memory. > > I am just trying to find out why it has died last time - was it just a > lack of system resources, not enough file descriptors or broken spf > library (saw the last discussion). > At the moment I have nothing to start with. > Maybe I could enable the verbose logging or enable core files (not sure > what is the best). Just enable core dumping. Note to Fedora users: write into the appropriate sysconfig file DAEMON_COREFILE_LIMIT=unlimited to enable core dump creation. Use gdb to see the backtrace ... gdb -d milter-greylist-source-dir Binary Corefile (gdb) backtrace I hope you catch the beast ;) Johann
Message
Re: [milter-greylist] Re: termination after rcpt flood
2008-03-20 by Johann E. Klasek
Attachments
- No local attachments were found for this message.