Skip to content

Commit

Permalink
added enable swap to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed Jan 25, 2021
1 parent 4afe665 commit 7b371eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/software_setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ cd jetbot

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

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>
Having extra 4GB swap memory is recommended even on Jetson Nano (4GB) Developer Kit.

```bash
./scripts/enable_swap.sh
```

## Step 5 - Enable all containers

Call the following to enable the JetBot docker containers
Expand Down

0 comments on commit 7b371eb

Please sign in to comment.