Increasing WordPress Memory
Current memory WordPress Limit: 128MB | Your usage now: 75MB | Total Server Memory: 256MB
To increase the WordPress memory limit
add this info to your file wp-config.php (located at root folder of your server)
(just copy and paste)
define(‘WP_MEMORY_LIMIT’, ‘128M’);
before this row:
/* That’s all, stop editing! Happy blogging. */
Replace 128 with the new memory limit.