php running out of memory
Archived from the Xataface Users forum.
Jusmee — Tue Jul 06, 2010 9:56 pm
I have increased the memory limit in php.ini to 256 MB, but still it is running out of memory after a bit of use with xataface and a large table (312,000 rows, 40MB).
What other settings can I tweak, or do I just have to give php more?
shannah — Wed Jul 07, 2010 12:57 am
What version of Xataface are you running? There was a bug up until recently (not sure if it may only be fixed in SVN) that caused it to load the title of all records in the table in the list in the jump menu…
Jusmee — Wed Jul 07, 2010 1:22 am
shannah wrote:What version of Xataface are you running? There was a bug up until recently (not sure if it may only be fixed in SVN) that caused it to load the title of all records in the table in the list in the jump menu…
1.2.5 1870
Jusmee — Wed Jul 07, 2010 1:25 am
Also since my previous post, I found a thread where someone had a similar problem. I grabbed the new ResultController.php you linked to. I am trying that now.