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: uganda/2024/mwebaza/operating-system-setup-raspberry-pi-os.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,19 @@
38
38
* First boot will take a few minutes
39
39
40
40
41
+
#### Create Bigger Swap File
42
+
43
+
* The default swap file size with RPi OS is 100MB ... [too small](https://www.bitpi.co/2015/02/11/how-to-change-raspberry-pis-swapfile-size-on-rasbian)
44
+
* Open a terminal and run the following commands to increase the swap file to 2048MB:
45
+
*`sudo vi /etc/dphys-swapfile`
46
+
* Look for line that contains `CONF_SWAPSIZE`, change value to 2048
0 commit comments