Error:Out of memory killed httpd and is blocked what can I do?
My geuss is that either your system doesn't have enough memory or yourswap drive is to small.
you're computer has toolittle total memory. Apache is really rock solid, and you probably arerunning too much. Get some more ram, or make a bigger swap file...
my machine has 512 mb memory ve 512 mb swap files it runs an apacheserver postfix smtp I have nearly 50 user for web and 300 email userssome times I see this msg Out of memory killed httpd and my machinestops I can'T solve the problem
I can't imagine you using all that memory with the givenusers, so it's obviously a bug. What version of apache are you running?You might try switching versions, I still haven't tried Apache 2.0,but you might do that too.
I thought if you were running 512MB of ram you didn'tneed a swap file???
Technically you don't. However, you would need to have one set up in memory, instead. This can be more than many users are willing to put up with.Also it is not a swap file. It is a swap partition which Linux usually sets up automatically.Check out your /etc/fstab file. Look for a line that says swap.In mine it looks like this:/dev/hdd1 swap swap defaults 0 0If you see something similar then you do indeed have a swap partition.