Skip to content

Instantly share code, notes, and snippets.

@loorlab
Last active November 14, 2024 00:45
Show Gist options
  • Save loorlab/50f05b24cd8de160ebada09161c1a5a7 to your computer and use it in GitHub Desktop.
Save loorlab/50f05b24cd8de160ebada09161c1a5a7 to your computer and use it in GitHub Desktop.
PHP Fatal error: Allowed memory size of xx bytes exhausted (tried to allocate xx bytes) in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Extractor.php on line 100 | WP CLI

Error

$ wp core download

[12-May-2022 06:07:40 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 36864 bytes) in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Extractor.php on line 100

Solution

$ php -d memory_limit=512M "$(which wp)" core download --locale=es_ES