Adding SWAP file for Linux 1. dd if=/dev/zero of=/swapfile bs=1024 count=10485760 # 10G2. mkswap /swapfile3. swapon /swapfile IT/SAP 2014.05.03