Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. php_value memory_limit 256M
  2. php_value register_globals off
  3. php_value max_execution_time 600
  4. php_value upload_max_filesize 64M
  5. php_value post_max_size 64M
  6.  
  7. define('WP_MEMORY_LIMIT', '256M');
  8. define( 'WP_MAX_MEMORY_LIMIT', '256M' );
  9.  
  10. Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 19628820 bytes) in /path/to/wordpress/wp-includes/wp-db.php on line 2888
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement