Skip to content

Commit

Permalink
update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 21, 2021
1 parent 6f693cb commit 21c867b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ You can now prepare your AEM and project for testing
* [Deploy Project Content](#Deploy-Project-Content) - deploy project code and content your AEM for testing
* [GPG using Kleopatra](https://tau.gr/posts/2018-06-29-how-to-set-up-signing-commits-with-git/) - will ensure your commits are from you!

### Update your Docker memory usage

Create a file called `.wslconfig` in your home directory with following content, update as needed:

```text
[wsl2]
memory=32GB
```

### Run AEM in Docker

[Back to Prerequisites](#Prerequisites)
Expand Down

0 comments on commit 21c867b

Please sign in to comment.