Hi,
im trying to activate modern calendar, but i receive this error’
Fatal error: Out of memory (allocated 104595456) (tried to allocate 1056742 bytes) in /home3/daniela/public_html/wp-includes/functions.php on line 351
how can i solve this?
Hi,
im trying to activate modern calendar, but i receive this error’
Fatal error: Out of memory (allocated 104595456) (tried to allocate 1056742 bytes) in /home3/daniela/public_html/wp-includes/functions.php on line 351
how can i solve this?
Hey @priatnasuardi,
Please contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Thanks.
Not sure about this, but ill try, as last time hostgator wouldn’t allow me to change the execution time.
they say i need to get the dedicated package.
any workaround for this on the plugin side?
Hi There,
Did you try adding the above provided code into your wp-config.php file ? If not, you can also try disabling some of your unused plugins to reduce memory usage.
Thanks!
im disabling some plugins, and it works immediately, hostgator really limits their server resources.
thanks alot.
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.