dd if=/dev/zero of=/swapfile bs=1k count=2048000
生成 swap 文件系统
mkswap /swapfile
激活 swap 文件
swapon /swapfile
/swapfile swap swap defaults 0 0
gcc 编译出现 internal compiler error: Killed
原文:https://www.cnblogs.com/sea-stream/p/9393531.html