Title: [Plugin: 404 Redirected] Memory errors
Last modified: August 20, 2016

---

# [Plugin: 404 Redirected] Memory errors

 *  [bobsinsea](https://wordpress.org/support/users/bobsinsea/)
 * (@bobsinsea)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-404-redirected-memory-errors/)
 * In WP 3.4 / 3.4.1, a bad URL returns a fatal error instead of a 404 page:
 * Fatal error: Allowed memory size of [x] bytes exhausted (tried to allocate 32
   bytes).
 * This is out of the box, I haven’t touched any templates.
    No other such memory
   errors on the site, only with this plugin enabled.
 * [http://wordpress.org/extend/plugins/404-redirected/](http://wordpress.org/extend/plugins/404-redirected/)

Viewing 1 replies (of 1 total)

 *  [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-404-redirected-memory-errors/#post-2854320)
 * Memory allocation is too small…
    You can try changing this in wp-config.php [See this post about increasing memory limit](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)(
   WordPress Codex) Suggested memory limit is 128MB or 96MB minimum: (32MB is way
   too low and 64 is marginal.)
 * Add this line to wp-config.php file
 * `define('WP_MEMORY_LIMIT', '128M');`
 * (NOTE: backup your wp-config file first)
    If this doesn’t work, and you are using
   shared hosting, your hosting service may not allow mods to memory allocation 
   by clients – in which case you’ll need to ask them to do it for you.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: 404 Redirected] Memory errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/404-redirected.svg)
 * [Redirectioner](https://wordpress.org/plugins/404-redirected/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/404-redirected/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/404-redirected/)
 * [Active Topics](https://wordpress.org/support/plugin/404-redirected/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/404-redirected/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/404-redirected/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-404-redirected-memory-errors/#post-2854320)
 * Status: not resolved