cached
/proc/sys/vm/
关于Linux cached内存简析 - CSDN博客 http://blog.csdn.net/fox_hacker/article/details/41351687
[root@iZ config]# ll -as /proc/sys/vm/
total 0
0 dr-xr-xr-x 1 root root 0 Mar 15 11:05 .
0 dr-xr-xr-x 1 root root 0 Jan 5 04:41 ..
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 admin_reserve_kbytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 block_dump
0 --w------- 1 root root 0 Mar 15 11:05 compact_memory
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_background_bytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_background_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_bytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_expire_centisecs
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 dirty_writeback_centisecs
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 drop_caches
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 extfrag_threshold
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 hugepages_treat_as_movable
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 hugetlb_shm_group
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 laptop_mode
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 legacy_va_layout
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 lowmem_reserve_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 max_map_count
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 memory_failure_early_kill
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 memory_failure_recovery
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 min_free_kbytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 min_slab_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 min_unmapped_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 mmap_min_addr
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 nr_hugepages
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 nr_hugepages_mempolicy
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 nr_overcommit_hugepages
0 -r--r--r-- 1 root root 0 Mar 15 11:05 nr_pdflush_threads
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 numa_zonelist_order
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 oom_dump_tasks
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 oom_kill_allocating_task
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 overcommit_kbytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 overcommit_memory
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 overcommit_ratio
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 page-cluster
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 panic_on_oom
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 percpu_pagelist_fraction
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 scan_unevictable_pages
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 stat_interval
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 swappiness
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 user_reserve_kbytes
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 vfs_cache_pressure
0 -rw-r--r-- 1 root root 0 Mar 15 11:05 zone_reclaim_mode
[root@iZ config]# free -g
cached的更多相关文章
- Failure to find xxx in xxx was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced @ xxx
问题: 在linux服务器上使用maven编译war时报错: 16:41:35 [FATAL] Non-resolvable parent POM for ***: Failure to find * ...
- 【linux】free命令中cached和buffers的区别
一.命令 [root@localhost ~]# free -m total used free shared buffers cached Mem: 7869 7651 218 1 191 5081 ...
- yum install 安装时报yum doesn't have enough cached data to continue.
yum install 安装时报yum doesn't have enough cached data to continue. 安装epel,yum -y install epel-release后 ...
- Maven-010-maven 编译报错:Failure to ... in ... was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced.
今晚在编译 maven 项目的时候,命令行报错,出现 Failure to ... in ... 类似错误,详细的错误信息如下所示: [INFO] -------------------------- ...
- cached过高导致内存溢出 java head space
最近公司线上遇到老是内存溢出检查后发现cached过高 命令:free -m 命令:sync //将缓存写入硬盘 cat /etc/redhat-release 这个是查看系统版本的命令c ...
- Linux Buffers和Cached的区别(转)
在linux下使用free命令查看内存使用情况,有buffers和cached两项,以下是它们的区别: buffers是为块设备设计的缓冲.比如磁盘读写,把分散的写操作集中进行,减少磁盘I/O,从而提 ...
- git rm –cached filename
为了能重新忽略那些已经被track的文件,例如停止tracking一个文件但是又不从仓库中删除它.可以使用以下命令: 代码如下 git rm –cached filename 上面这个命令用于删除单个 ...
- asmdisk opened & asmdisk cached
ASMDISK OPENED - Disk is present in the storage system and is being accessed by Automatic Storage Ma ...
- maven编译项目时提示:cached in the local repository
今天使用命令mvn compile编译maven项目时提示错误信息,部分错误信息如下: ...... was cached in the local repository, resolution wi ...
- zz Release memory in Linux (Unused or Cached)
In computer science, Memory Leakage occurs when a computer software or program consumes required mem ...
随机推荐
- POJ_1050_(dp)
To the Max Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 48232 Accepted: 25534 Desc ...
- Exceptions & Errors - 异常与错误
来源于 Ry’s Objective-C Tutorial - RyPress 一个学习Objective-C基础知识的网站. 个人觉得很棒,所以决定抽时间把章节翻译一下. 本人的英语水平有限,有让大 ...
- 无插件纯Web HTML5 3D机房 进阶篇(新增设备、线缆、巡查等功能)
前情提要 前阵子写了一篇无插件纯Web 3D机房,介绍了如何用html5在网页上创建无插件的精美3d机房场景.这两个月以来,陆续收到很多朋友的鼓(膝)励(盖),受宠若惊之余,对索要源代码的朋友都已经尽 ...
- MONO Design创建电信3D机房
前面我们简单介绍了下一分钟创建3D机房,实则mono Design的功能远远不止这些,试想一下,如果我们花上10分钟来创建一个电信机房,那么MONO design又会给我们带来什么样的惊喜呢? 我们从 ...
- hdu 1754 I Hate It(线段树水题)
>>点击进入原题测试<< 思路:线段树水题,可以手敲 #include<string> #include<iostream> #include<a ...
- springboot 生产环境不能访问swagger
@Profile({"local", "dev", "test"}) local,dev, test 分支都可以访问swagger
- [置顶]
Java Web学习总结(25)——MyEclipse+Tomcat+MAVEN+SVN项目完整环境搭建
这次换了台电脑,所以需要重新配置一次项目开发环境,过程中的种种,记录下来,便于以后再次安装,同时给大家一个参考. 1.JDK的安装 首先下载JDK,这个从sun公司官网可以下载,根据自己的系统选择64 ...
- BNUOJ 1206 A Plug for UNIX
A Plug for UNIX Time Limit: 1000ms Memory Limit: 65536KB This problem will be judged on PKU. Origina ...
- Educational Codeforces Round 60 (Rated for Div. 2) 即Codeforces Round 1117 C题 Magic Ship
time limit per test 2 second memory limit per test 256 megabytes input standard inputoutput standard ...
- HDU 1220 简单数学题
题目大意是 在魔方上找到有多少对小立方块它们之间连接的点不超过两个 因为任意两个立方块之间相连的点就只有0,1,2,4 这样4种情况 那么我们只需要考虑总共的组成立方块对数 sum = C(2 , n ...