
alex at gt
Apr 10, 2012, 4:26 PM
Views: 775
Permalink
|
Hi, > I'm not sure what is going on. First off, I'm occasionally seeing > "Apache::SizeLimit httpd process too big" errors, but not every time the > content gets truncated. I'm also seeing "(32)Broken pipe: client stopped > connection before rflush completed", though I'm not sure if they are > related. Do you have a hard memory limit in place? That sounds possible. i.e. sizelimit is recycling procs ocassionaly, but if you go to far over, you hit system limit and o/s kills the process and would see the broken pipe message. Could check dmesg if you have grsec logging limits, otherwise, strace a proc and see if you can reproduce it. Cheers, Alex
|