标签:game swa roo tmp 增加 ash 内存 swap dev
例如增加2G虚拟内存,操作如下:
[root@gamedb ~]# free -m
[root@gamedb tmp]# dd if=/dev/zero of=/tmp/big_swap bs=1024 count=2000000
[root@gamedb tmp]# du -sh /tmp/big_swap
[root@gamedb tmp]# mkswap /tmp/big_swap
[root@gamedb tmp]# swapon /tmp/big_swap
[root@gamedb tmp]# free –m
标签:game swa roo tmp 增加 ash 内存 swap dev
原文地址:https://www.cnblogs.com/link01/p/12273943.html