Linux增加虚拟内存方法

Posted kinwing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux增加虚拟内存方法相关的知识,希望对你有一定的参考价值。

例如增加2G虚拟内存,操作如下:

[[email protected] ~]# free -m
[[email protected] tmp]# dd if=/dev/zero of=/tmp/big_swap bs=1024 count=2000000
[[email protected] tmp]# du -sh /tmp/big_swap
[[email protected] tmp]# mkswap /tmp/big_swap
[[email protected] tmp]# swapon /tmp/big_swap
[[email protected] tmp]# free –m

以上是关于Linux增加虚拟内存方法的主要内容,如果未能解决你的问题,请参考以下文章

Linux增加虚拟内存

Linux增加虚拟内存方法

Linux增加虚拟内存方法

Linux增加swap虚拟内存

linux 增加虚拟内存(swap)

对Linux 虚拟内存和物理内存的理解以及Linux下怎样增加虚拟内存