Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. define (‘WP_MEMORY_LIMIT’, ‘...M’); // increase limit to ..M" (adding 64, 96 or 128)
  2.  
  3. php_value memory_limit 128M
  4.  
  5. ini_set('memory_limit', '128M');
  6.  
  7. define( 'WP_MEMORY_LIMIT', '256M' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement