Title: Fatal error: Allowed Memory size
Last modified: August 19, 2016

---

# Fatal error: Allowed Memory size

 *  [toxidlotus](https://wordpress.org/support/users/toxidlotus/)
 * (@toxidlotus)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-16/)
 * I am getting the following errors:
 * `Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   506880 bytes) in /home/manda/public_html/wp-settings.php on line 175`
 * `Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   676664 bytes) in /home/manda/public_html/wp-settings.php on line 175`
 * On my dashboard where the stats overview normally is and on my sidebar where 
   the lastfm scrobbler normally is. I started getting these errors when I upgraded
   to wp 3.0.
 * I’ve already changed the memory allowance in php.ini to 128M but it hasn’t helped
   at all. :/ I am not sure what else I can do. I didn’t receive these errors before
   upgrading.

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-16/#post-1562067)
 * First, try installing the [Memory Bump plugin](http://wordpress.org/extend/plugins/memory-bump/).
 * If that doesn’t work, here are four ways to increase PHP’s memory allocation:
 *     ```
       1. If you have access to your PHP.ini file, change the line in PHP.ini
       If your line shows 32M try 64M:
       memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
   
       2. If you don't have access to PHP.ini try adding this to an .htaccess file:
       php_value memory_limit 64M
   
       3. Try adding this line to your wp-config.php file:
       Increasing memory allocated to PHP
       define('WP_MEMORY_LIMIT', '64M');
   
       4. Talk to your host.
       ```
   
 *  Thread Starter [toxidlotus](https://wordpress.org/support/users/toxidlotus/)
 * (@toxidlotus)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-16/#post-1562198)
 * I had already changed my php.ini file to 128M before I originally posted and 
   it made no difference. 🙁 I tried the plugin with no help and adding that line
   to .htaccess caused an internal service error. Editing wp-config didn’t help 
   either. So I guess I’ll try talking to my host.
 *  [fiona_adam](https://wordpress.org/support/users/fiona_adam/)
 * (@fiona_adam)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-16/#post-1562204)
 * My website was working normally, but after testing some script all pages are 
   blank now. It isn’t loading at all. No site, no admin panel. The error log says
   about Allowed memory size error. I’m aware about this error, but any of known
   tricks don’t work. I wrote to my host, but it doesn’t reply. Is there any way
   to make my site alive again? At least to see the main page or to log in to the
   dashboard? I tried to delete all my plugins, but it didn’t help too. I can’t 
   change hoster right now, but I want my visitors to see at least something. Maybe
   I can reduce taken memory by deleting something? Please help!

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

The topic ‘Fatal error: Allowed Memory size’ is closed to new replies.

## Tags

 * [allowed](https://wordpress.org/support/topic-tag/allowed/)
 * [fatal](https://wordpress.org/support/topic-tag/fatal/)
 * [size](https://wordpress.org/support/topic-tag/size/)
 * [wp-settings.php](https://wordpress.org/support/topic-tag/wp-settings-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [fiona_adam](https://wordpress.org/support/users/fiona_adam/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-16/#post-1562204)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
