Getting Memory Error on a Simple Module in Fuel
I just recently started getting this error on one of my Fuel sites. It is basically a table of people's information that gets populated continuously with people that signup on the website:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 16 bytes) in /var/www/vhosts/website.com/subdomains/fuel-dev/httpdocs/fuel/codeigniter/database/drivers/mysql/mysql_result.php on line 147
Sounds like to alleviate this error I have to up the PHP memory limits? Anyone know exactly how to handle this?
Thanks,
Erik
Comments
http://www.teknobites.com/2007/04/27/how-to-edit-phpini-file-to-increase-memory-limit/