Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in wordpress

Many users come across this error type in wordpress, specially when playing with many plugins,
Here is simple fix for this.
Go to wp-settings.php file in your wordpress root.
Open it with writer of your choice, i use notepad.
Look around Line 13
define(‘WP_MEMORY_LIMIT’, ’32M’)
Change it to
define(‘WP_MEMORY_LIMIT’, ’64M’);
Changing 32 MB for 64 MB.
Save it.
Hope it works for you.
Happy Sharing
Incoming search terms:
- fatal error: allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in
Related posts: