Max Posts and Memory Limit
So I have a custom post type which uses ACF Metaboxes that contains over 750 posts and grwoing. I got the infamous white screen of death because it seems like PHP has exhaused it’s memory limit querying all these posts and data. I set my PHP.INI file’s max execution time and memory limit to -1
and increased my WP’s memory limit in config to define('WP_MEMORY_LIMIT', '4096M');
yet I’m still receiving a white screen of death in the admin when trying to view the custom post type. Any ideas on how to fix/increase memory?
Thanks
Leave an answer