Title: Fatal error Allowed memory
Last modified: August 18, 2016

---

# Fatal error Allowed memory

 *  Resolved [paradoxnode](https://wordpress.org/support/users/paradoxnode/)
 * (@paradoxnode)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory/)
 * When I write a new blogg-post I get an error:
 * _“Fatal error: Allowed memory size of 8388608 bytes exhausted
    (tried to allocate
   280966 bytes) in C:/Program/wamp/www/wordpress/wp-includes/cache.php on line 
   48″
 * How do I solve this?
 * I’m using WAMP5 1.7.2 as webserver.

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory/#post-584521)
 * Not enough memory allocated to PHP.
 * setting php.ini to something like the two examples below solves the problem in
   many cases:
    `memory_limit = 16M` or `memory_limit = 32M`
 * You might have to check the WAMP documentation for more help on this subject.
 *  Thread Starter [paradoxnode](https://wordpress.org/support/users/paradoxnode/)
 * (@paradoxnode)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory/#post-584523)
 * I set the memory_limit to 16M and it solved my problem.
 * Tnx alot!
 *  [lifehassles](https://wordpress.org/support/users/lifehassles/)
 * (@lifehassles)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory/#post-584993)
 * Place this code in you .htaccess file
 * <FilesMatch “\.(php|html?)$”>
    php_value memory_limit 16M </FilesMatch>
 * Please check with your host first and also check how much memory you may ad my
   host allows 32mb which makes the site so much faster.

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

The topic ‘Fatal error Allowed memory’ is closed to new replies.

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

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
