cara membuat swap file di linux
Untuk komputer/server anda, bila belum ada swap file dapat mengikuti langkah berikut. 1. Periksa apakah swap sudah aktip, bila belum lanjutkan ke langkah berikutnya. # free total used free shared buffers cached Mem: 2054288 1916924 137364 4456 69268 1049580 -/+ buffers/cache: 798076 1256212 Swap: 0 0 0 2. Alokasikan 2Gb untuk swap file # fallocate -l 2G /swapfile 3. Berikan mode 600 ke swap file # chmod 600 /swapfile 4. Buatkan swapfile untuk file swapfile # mkswap /swapfile Setting up swapspace version 1, size = 2097148 KiB no label, UUID=29...