10up / wpcli-vulnerability-scanner

WP-CLI command for checking installed plugins and themes for vulnerabilities reported on wpvulndb.com
MIT License
278 stars 40 forks source link

suggestion: increase memory limit #29

Open eduardoarandah opened 6 years ago

eduardoarandah commented 6 years ago

Sometimes wp install crashes because of memory limit.

This is how to install in those cases, may be useful having it in readme

php -d memory_limit=512M wp-cli.phar package install git@github.com:10up/wp-vulnerability-scanner.git

nprasath002 commented 6 years ago

Thanks Eduardo. Happy to review the PR if you want to create one for it