Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I've installed postfix + amavis + clamav + spamassassin for our mailrelay which is checking the spam and virus. It is installed in the machine with capability of 1GB memory. The question is why memory used is not decreasing even thought the amavis doesnt have any process. Below is the detail captured from top command.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2308 root 15 0 1624 616 512 S 0 0.1 0:03.49 syslogd
5680 postfix 15 0 4884 1700 1368 S 0 0.2 0:00.09 cleanup
1 root 15 0 1948 652 552 S 0 0.1 0:01.48 init
There are 2 TOP command detail captured which is 11:00 AM and 11:10 AM. It shows that memory used is increasing. This memory will be increasing until it reach maximum 1GB and it will start using SWAP.
The problem is once it reach the maximum, the email will be stuck and mail queue will be increase.
My worried is i've stopped all application like amavis, postfix, clamd and spamassassin when memory reach maximum. But the problem is memory utilization still not decreasing even thought the application is stopped. I'm not sure whether the memory not decreasing because it reserve for application or it related to LOWMEM setting at kernel.
When i run dmesg i can see that LOWMEM available is 896MB. And if memory utilization is high the LOWFREE at /proc/meminfo is also decreasing. The question is what happen if i add another 3 GB memory. Is it can resolved the issue
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.