码迷,mamicode.com
首页 > 系统相关 > 详细

linux下释放内存缓存

时间:2018-02-08 19:58:44      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:cache   nod   des   cached   保存   释放内存   inux   cron   crontab   

vi Cached.sh

编写shell脚本

   #! /bin/bash  
    # cache释放:  
    # To free pagecache:  
    sync  
    sync  
    #echo 1 > /proc/sys/vm/drop_caches  
    # To free dentries and inodes:  
    #echo 2 > /proc/sys/vm/drop_caches  
    # To free pagecache, dentries and inodes:  
    echo 3 > /proc/sys/vm/drop_caches 

然后保存

crontab -e

编写定时任务执行

linux下释放内存缓存

标签:cache   nod   des   cached   保存   释放内存   inux   cron   crontab   

原文地址:https://www.cnblogs.com/caizhichao/p/8432233.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!