Linux AS 使用内存文件系统
时间:2011-01-04 来源:wenaini
基本上也就是MySQL用用,在不想改变表的存储引擎的前提下,提高性能还是有不错的用处的。
比如要把内存划分60G给/usr/db作为内存文件系统
1.在/etc/rc.d/rc.local中加入
mkdir /dev/shm/db
mount --bind /dev/shm/db /usr/db
chmod 1777 /usr/db
2.在/etc/fstab中加入
tmpfs /dev/shm tmpfs size=61440m 0 0
搞定
相关阅读 更多 +