Skip to content

Commit fec3ef5

Browse files
authored
docs: recommend increasing Dev Container memory allocation (#495)
1 parent c2c882d commit fec3ef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DEVELOPERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ This repository uses Dev Container for a unifying local development environment.
6262

6363
* Dev Container requires [VS Code](https://code.visualstudio.com/download) and [Docker](https://www.docker.com/get-started/) to be pre-installed to use it.
6464

65+
* It is recommended to increase the maximum memory allocated to the Dev Container to at least 24GB, otherwise you may run into spurious errors while compiling. This can be configured via the Docker CLI or the Docker Desktop at `Settings -> Resources -> Advanced -> Memory`.
66+
6567
* Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) to VS Code.
6668

6769
* Open the command palette, and select `Dev Containers: Open Folder in Container...`

0 commit comments

Comments
 (0)