My server has a memory limit of 64MB (imposed by the hosts). Using EditView to display an editable grid of nodes, it is fine up to about 15 nodes, but over that and I am running out of PHP memory.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2544346 bytes) in /home/nature50/public_html/includes/theme.inc on line 1067

This does not happen without EditView on the page.

Comments

abs’s picture

I also had a problem with excessive memory. It went away with detaching node from ubercart class. Seems like EditView don't like Ubercart products.

abs’s picture

Another possible cause were orphaned fields in content type. I had orphaned field of removed Money CCK module. After installing module again, removing field and deinstalling I could put considerably more Editview rows on one page.