Skip to content

Commit

Permalink
Merge pull request #204 from aaemnnosttv/patch-1
Browse files Browse the repository at this point in the history
Pass full path to `wp` when raising memory limit
  • Loading branch information
gitlost authored Feb 6, 2018
2 parents 62b8345 + f6dbbe9 commit 6d5012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ memory_limit = 512M
Set `memory_limit` on the fly as a temporary fix:
```bash
$ php -d memory_limit=512M wp package install <package-name>
$ php -d memory_limit=512M "$(which wp)" package install <package-name>
```
### Error: YIKES! It looks like you're running this as root.
Expand Down

0 comments on commit 6d5012e

Please sign in to comment.