![]() |
Found a thing makes running out of memory - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: Found a thing makes running out of memory (/showthread.php?tid=65262) |
Found a thing makes running out of memory - allenlee - 05-22-2016 Website were loading very long time and then showed me this message Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 65488 bytes) I made a mistake on this.. I remove a library name but only remove the string, forgot to remove '' $autoload['libraries'] = array(''); This makes running out of memory. |