Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 235ed76

Browse files
authored
shm note tweak (CI Ignore)
1 parent e6162c9 commit 235ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/docs/desktop-lite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111

112112
The `runArgs` / Docker Compose setting allows the container to take advantage of an [init process](https://docs.docker.com/engine/reference/run/#specify-an-init-process) to handle application and process signals in a desktop environment.
113113

114-
4. If you run into applications crashing, you may need to increase the size of the shared memory space. For example, this will bump it up to 1 GB in `devcontainer.json`:
114+
4. [Optional] If you run into applications crashing, you may need to increase the size of the shared memory space. For example, this will bump it up to 1 GB in `devcontainer.json`:
115115

116116
```json
117117
runArgs: ["--init", "--shm-size=1g"]

0 commit comments

Comments
 (0)