Skip to content

Commit c685875

Browse files
docs(prerequisites): split RAM-pressure paragraph into one sentence per line
1 parent 3a79e87 commit c685875

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/get-started/prerequisites.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Before getting started, check the prerequisites to ensure you have the necessary
3232
| RAM | 8 GB | 16 GB |
3333
| Disk | 20 GB free | 40 GB free |
3434

35-
The sandbox image is approximately 2.4 GB compressed. During image push, the Docker daemon, the OpenShell gateway container, and the sandbox runtime run alongside the export pipeline. The pipeline buffers decompressed layers in memory. On machines with less than 8 GB of RAM, this combined usage can trigger the OOM killer. If you cannot add memory, configuring at least 8 GB of swap can work around the issue at the cost of slower performance.
35+
The sandbox image is approximately 2.4 GB compressed.
36+
During image push, the Docker daemon, the OpenShell gateway container, and the sandbox runtime run alongside the export pipeline.
37+
The pipeline buffers decompressed layers in memory.
38+
On machines with less than 8 GB of RAM, this combined usage can trigger the OOM killer.
39+
If you cannot add memory, configuring at least 8 GB of swap can work around the issue at the cost of slower performance.
3640

3741
## Software
3842

0 commit comments

Comments
 (0)