I’m getting a lot of these in my logs:
Fatal error: Out of memory (allocated 55312384) (tried to allocate 2703089 bytes) in /path/to/html/core/xpdo/cache/xpdocachemanager.class.php on line 925
The symptoms on the front-end and in the manager include completely blank pages. I’m not sure where exactly this is coming from, because no other errors are logged from what I can see, but I was getting similar behavior on my local MAMP dev environment with large Wayfinder calls.
From my php.ini:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M ; Maximum amount of memory a script may consume
I would think that’s sufficient...
Anyone have more insight into this?