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: docs/software_setup/docker.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ cd jetbot
51
51
52
52
Optionally, you can execute this script (`./scripts/re_enable_gui.sh`).
53
53
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
+
54
61
## Step 5 - Enable all containers
55
62
56
63
Call the following to enable the JetBot docker containers
0 commit comments