Fatal error: Out of memory (allocated 29884416) (tried to allocate 78 bytes) in /home/user/public_html/main/libraries/joomla/database/database/mysql.php on line 462
I keep getting errors in Joomla, Wordpress, and everything else. How do I fix this?
Fatal error: Out of memory (allocated 29884416) (tried to allocate 78 bytes) in /home/user/public_html/main/libraries/joomla/database/database/mysql.php on line 462
I keep getting errors in Joomla, Wordpress, and everything else. How do I fix this?
RLS Hosting|Realistic Logical Solutions
http://www.rlshosting.com
Fixed it. Turns out I had to comment out this in httpd.conf:
RLimitMEM 00000000000
RLimitCPU 000
Last edited by rlshosting; 06-23-2011 at 02:20 AM.
RLS Hosting|Realistic Logical Solutions
http://www.rlshosting.com
You should either revise or remove them in /usr/local/apache/conf/httpd.conf and then re-distill to ensure the changes are kept. If you simply comment them out and do not remove them and distill those changes, they will return whenever you recompile Apache again or rebuild Apache again.
After removing the entries in httpd.conf, you can do the following commands to ensure they are properly distilled into the new configuration:
The commands above will copy a backup of the existing httpd.conf, distill the changes you've made on removing those RLimits, rebuild Apache configuration, and restart Apache to ensure the new changes take effect.Code:cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak110623 /usr/local/cpanel/bin/apache_conf_distiller --update /scripts/rebuildhttpdconf /etc/init.d/httpd restart
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket