03-08-2010, 09:08 AM
[eluser]Unknown[/eluser]
Hi All,
My php memory_limit is set on 128mb. All im doing is retrieve 10,000 records and paginating them.
I get this message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1572864 bytes) in /codeignitorproject/system/database/drivers/mysql/mysql_result.php on line 162
Any ideas? Line 162 is pointing to: mysql_fetch_object()
Hi All,
My php memory_limit is set on 128mb. All im doing is retrieve 10,000 records and paginating them.
I get this message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1572864 bytes) in /codeignitorproject/system/database/drivers/mysql/mysql_result.php on line 162
Any ideas? Line 162 is pointing to: mysql_fetch_object()