Difference between revisions of "Swap space"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "Linux ``` free -m swapoff -a # wait about 30 seconds swapon -a ```")
(No difference)

Revision as of 21:18, 8 February 2022

Linux

free -m 
swapoff -a
# wait about 30 seconds
swapon -a