Page 1 of 1

php running out of memory

PostPosted: Tue Jul 06, 2010 9:56 pm
by Jusmee
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?

Re: php running out of memory

PostPosted: Wed Jul 07, 2010 12:57 am
by shannah
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...

Re: php running out of memory

PostPosted: Wed Jul 07, 2010 1:22 am
by Jusmee
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

Re: php running out of memory

PostPosted: Wed Jul 07, 2010 1:25 am
by Jusmee
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.