Getting Memory Error on a Simple Module in Fuel

edited October 2012 in Bug Reports
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

Sign In or Register to comment.