Tag-Archive for » File size limit exceeded «

Monday, October 13th, 2008 | Author: Angelo

Child pid x exit signal File size limit exceeded:

The error is cause of File size limit. With 32 Bit system apache support max filesize upto 2GB. If any file accessed/required by apache exceeds this limit, you will get above error. You can check for the file under “/usr/local/apache/domlogs“. To sort all files under this directory by size use command ls -lSh | more. Once you get the file with size 2 GB simply recreate and assign appropriate ownership to the same.