tomeshnet / documents

Meeting notes and other important planning documents for Toronto Mesh
34 stars 13 forks source link

Add swap file to matrix.tomesh.net Droplet #34

Closed benhylau closed 7 years ago

benhylau commented 7 years ago

See: https://wiki.archlinux.org/index.php?title=Swap&redirect=no#Swap_file Running out of memory soon :(

benhylau commented 7 years ago
# dd if=/dev/zero of=/swapfile bs=1M count=1024
# chmod 600 /swapfile
# mkswap /swapfile
# swapon /swapfile
# echo '/swapfile none swap defaults 0 0' >> /etc/fstab
benhylau commented 7 years ago

Done and added docs to https://github.com/tomeshnet/documents/pull/32