From 21c867bee47f5af724ee027c194075aeb3ae9c86 Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 21 Jul 2021 20:38:52 +1000 Subject: [PATCH] update readme [skip ci] --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a0b748b..1d96e7c 100644 --- a/README.md +++ b/README.md @@ -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)