Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. If you get the following error when running `wp` command
  2.  
  3. ```
  4. Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in ....
  5. ```
  6.  
  7. You can overcome that the following way
  8.  
  9. ```
  10. php -d memory_limit=256M /usr/bin/wp
  11. ```
Add Comment
Please, Sign In to add comment