You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPERS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ This repository uses Dev Container for a unifying local development environment.
62
62
63
63
* 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.
64
64
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
+
65
67
* Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) to VS Code.
66
68
67
69
* Open the command palette, and select `Dev Containers: Open Folder in Container...`
0 commit comments