[home]
bits & pieces
Kubernetes & OpenShift
mac
mobile
music
oracle
programming
tech
web etc.
username:
password:
impressum
Trivia: Adding Linux Swapspace
by Wolfram Saringer
(2011-02-13)
last change: 2011-02-13
dd if=/dev/zero of=/swapfile bs=1M count=2048
mkswap /swapfile
swapon /swapfile
Don't forget to also add the last command (swapon) to the system startup scripts (e.g. in /etc/rc.local).
Recent articles:
Ho to install SHA-1 support for PostgreSQL
Linux Kernel increasingly inefficient
Petabytes
all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.