【原】内存不够时增加虚拟内存的方法

1、简要步骤

dd if=/dev/zero of=/data/swap.file bs=1024 count=8192000
mkswap /data/swap.file
swapon  /data/swap.file
原文地址:https://www.cnblogs.com/lyongerr/p/5110257.html