  fallocate -l 2G /swap2file
  chmod 600 /swap2file 
  mkswap /swap2file 
  swapon /swap2file

