About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.
cat /proc/swaps
sudo swapon --show
sudo fallocate -l 2G /swapfile
atau / or
sudo dd if=/dev/zero of=/swapfile bs=1024 count=<masukkan saiz>
sudo chmod 0600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
free -h