75) $memory['color'] = 'font-weight:bold;color:#E66F00'; //if ($memory['percent'] > 90) $memory['color'] = 'font-weight:bold;color:red'; // echo 'Memory WordPress Limit: '.$memory['wp_limit'].'     |    Usage: '.$memory['usage'].' of '.$memory['limit']. 'MB ('.$memory['percent'].'%)'; echo '
'; echo '
'; echo 'Memory Info'; echo '
'; echo '
'; echo '
'; echo 'Memory WordPress Limit: '.$memory['wp_limit'].'     |    Your usage: '.$memory['usage'].'MB of '.$memory['limit']; ?>


Instructions to increase WordPress Memory Limit:
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', '256M');

before this row:
/* That's all, stop editing! Happy blogging. */

To increase your total memory, request it to your hosting company.