标签 PostgreSQL,hugetlbfs,hugepage,memory filesystem,ramfs,tmpfs,shmfs 背景 在做一些测试时,如果IO设备很烂的话,可以直接使用内存文件系统,避免IO上引入的一些开销影响测试结果。用法很简单:tmpfs or shmfs mount a shmfs with a ...
背景 在做一些测试时,如果IO设备很烂的话,可以直接使用内存文件系统,避免IO上引入的一些开销影响测试结果。用法很简单:tmpfs or shmfs mount a shmfs with a certain size to/dev/shm,and set the correct permissions.For tmpfs you ...