Increasing the WordPress Memory Limit
Last Updated: February 6, 2015
Method 1
Edit your wp-config.php file and enter something like:
define('WP_MEMORY_LIMIT','512M');
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Method 2
In you have access to your PHP ini file, change the line in PHP.ini as below
memory_limit = 512M;
Method 3
If you don’t have access to PHP.ini try adding this to an .htaccess file
php_value memory_limit 512M
If none of those works for you its best to contact your web host and seek their assistance as they would know more about your website hosting space.
Did this article help you?
- Troubleshooting
- ** What to check if eventON is not working
- How to debug for PHP code errors
- How to debug Javascript interactive issues
- How to find if an issue is coming from eventON
- How to fix font awesome icons not working on your site
- How to fix style override issues
- Increasing the WordPress Memory Limit
- Troubleshooting Using the Health Check Plugin
- Why is Location Google Map grayed out or not displayed on Event Card