Solve the problem of high hard disk temperature when running ubuntu
Source: Internet
Author: User
Solve the problem that the hard disk temperature is high when running ubuntu swappiness0: the maximum use of physical memory, then the swap space www.2cto. comswappiness100: actively uses swap partitions, and promptly transfers memory data to the swap space. the default value of ubuntu is 60...
Solve the problem that the hard disk temperature is high when running ubuntu swappiness = 0: the maximum use of physical memory, then the swap space www.2cto.com swappiness = 100: actively use swap partitions, in addition, the data in the memory is promptly moved to the swap space. the default value of ubuntu is 60, we recommend that you change it to 10 to view the swappiness code cat/proc/sys/vm/swappiness in your system and change the value of swappiness to 10 sudo sysctl vm. swappiness = 10 make the restart effective code gksudo gedit/etc/sysctl. conf adds such a line of code vm at the end of this document. swappiness = 10
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service