Title: Memory Limit Problem
Last modified: August 20, 2016

---

# Memory Limit Problem

 *  Resolved [Mhord](https://wordpress.org/support/users/mhord/)
 * (@mhord)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/)
 * Im receiving the following error trying to access thru “/wp-admin/” and the only
   way I can go back to the dashboard is deleting the wp-config.php and redoing 
   install.
 *     ```
       Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/rcfgprev/public_html/wp-includes/js/tinymce/langs/wp-langs.php on line 222
       ```
   
 * Also tried increasing memory limit in the default-constants.php like this:
 *     ```
       if ( !defined('WP_MEMORY_LIMIT') ) {
       		if( is_multisite() ) {
       			define('WP_MEMORY_LIMIT', '128M');
       		} else {
       			define('WP_MEMORY_LIMIT', '64M');
       		}
       	}
   
       	if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
       		define( 'WP_MAX_MEMORY_LIMIT', '256M' );
       	}
       ```
   
 * With no avail…

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415297)
 * You will need to contact your host with the problem see if they can increase 
   the limit
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415306)
 * What plugins are you running? Have you started by turning them all off?
 *  Thread Starter [Mhord](https://wordpress.org/support/users/mhord/)
 * (@mhord)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415307)
 * Only health check as its a fresh wp install… And that error causes the dashboard
   to be unattainable. Im stuck on it and only can get in resetting the wp-config,
   contacting the host right now to see if the problem is server side.
 *  Thread Starter [Mhord](https://wordpress.org/support/users/mhord/)
 * (@mhord)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415311)
 * Ok deleted all the plugins including akismet got access back but the dashboard
   on the blog widget, plugin widget and linked site widget shows the next error:
 *     ```
       Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/rcfgprev/public_html/wp-includes/class-simplepie.php on line 2829
       ```
   
 * It seems that this is server side memory issues 😛
 *  Thread Starter [Mhord](https://wordpress.org/support/users/mhord/)
 * (@mhord)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415315)
 * Yep server side issue, thanks for the input.
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415330)
 * You are welcome

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Memory Limit Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [govpatel](https://wordpress.org/support/users/govpatel/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/memory-limit-problem-1/#post-2415330)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
