Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to optimize disk cache read and write speed with memory in Centos7

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to use memory to optimize disk cache read and write speed in Centos7? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

Pick up.

Add the following at the end of the following file:

$vim / etc/fstabtmps / dev/shm tmpfs defaults,size=1G 0 0

Please add it according to your physical memory size, which is usually about 10-50% of the physical memory.

Mount / dev/shm/ directory:

$mount-o remount / dev/shm/$ mkdir / dev/shm/tmp$ chmod 755 / dev/shm/tmp$ mount-B / dev/shm/tmp / tmp

Note:

/ dev/shm/tmp will lose the mount after the system reboot, and you need to reset the mount. Here is a shell script that you can add to boot:

$vim / dev/shm/tmpchmod _ init. D _

Then add the following at the end of the following file:

Will $vim / etc/rc.localsh / etc/init.d/shmtmp.sh help you after reading the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report