Skip to content

Commit 7b371eb

Browse files
committed
added enable swap to docs
1 parent 4afe665 commit 7b371eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docs/software_setup/docker.md

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ cd jetbot
5151

5252
Optionally, you can execute this script (`./scripts/re_enable_gui.sh`).
5353

54+
Then, call the [``scripts/enable_swap.sh``](https://github.com/NVIDIA-AI-IOT/jetbot/blob/master/scripts/enable_swap.sh) script to enable swap memory if not set.<br>
55+
Having extra 4GB swap memory is recommended even on Jetson Nano (4GB) Developer Kit.
56+
57+
```bash
58+
./scripts/enable_swap.sh
59+
```
60+
5461
## Step 5 - Enable all containers
5562

5663
Call the following to enable the JetBot docker containers

0 commit comments

Comments
 (0)