Rasberry Pi: Difference between revisions
Jump to navigation
Jump to search
NickPGSmith (talk | contribs) (→Device) |
NickPGSmith (talk | contribs) |
||
Line 10: | Line 10: | ||
== Rasberry Pi OS == | == Rasberry Pi OS == | ||
=== Change swap === | |||
dphys-swapfile swapoff | |||
Edit /etc/dphys-swapfile, eg 1GB: | |||
CONF_SWAPSIZE=1024 | |||
dphys-swapfile setup | |||
dphys-swapfile swapon |
Revision as of 10:10, 25 April 2024
Device
Windows IOT
Rasberry Pi OS
Change swap
dphys-swapfile swapoff
Edit /etc/dphys-swapfile, eg 1GB:
CONF_SWAPSIZE=1024
dphys-swapfile setup dphys-swapfile swapon