Yet Another Memory Issues with Event Manager
-
I’m running into the same memory issue that some have run into on here.
I’m at 256M on my PHP.ini for memory_limit and I have added
define( ‘WP_MAX_MEMORY_LIMIT’, ’96M’ );
define( ‘WP_MEMORY_LIMIT’, ’96M’ );to the config file….and well I have started and stopped the web server and uninstalled and installed the plugin…..
So the message I get is:
Fatal error: Allowed memory size of 33554432 bytes exhausted at /private/tmp/php5620150429-51824-1n3203p/php-5.6.7/Zend/zend_hash.c:454 (tried to allocate 128 bytes) in /Library/WebServer/Documents/wordpress/wp-content/plugins/events-manager/events-manager.php on line 394
Just interesting….since I have 96M and 256M respectively in the WP and INI memory settings.
- The topic ‘Yet Another Memory Issues with Event Manager’ is closed to new replies.