We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546d263 commit ab2537aCopy full SHA for ab2537a
1 file changed
docs/RunOnRaspberryPi.md
@@ -19,6 +19,23 @@ https://docs.docker.com/install/linux/linux-postinstall/
19
sudo apt install docker-compose
20
```
21
22
+## Enable swap to get rid of freezed
23
+
24
+[Reference](https://raspberrypi.stackexchange.com/questions/70/how-to-set-up-swap-space)
25
26
+```
27
+apt-get install dphys-swapfile
28
+vi /etc/dphys-swapfile
29
30
+Set swap to 2048M
31
32
+CONF_SWAPSIZE=2048
33
34
35
+Restart service
36
37
+/etc/init.d/dphys-swapfile restart
38
39
## Get Deep Camera Source Code
40
41
0 commit comments