由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - free
相关主题
swap疑问为什么我的python code总是显示D
用free查到的memory里面的"cache"是做什么用的?fwrite 速度慢 怎么提高啊
新人5个包子请教问题,redhat读写文件的内存问题i386, i686, i586都傻意思阿?
run out of memory 后系统变得极慢8GB ~~~~~ oh yeah!
Intel Mobin 2 秒钟启动到 GUI2.6.37 32-bit 能支持 4GB 内存,无须 PAE?
想修改buffer cache的内核代码?请问从哪开始为什么这个32bit系统能够支持13 G 内存?
为啥 inode-cache 的内存算在 used 里面,不算在 cached 里面呢?网页如何马上更新呢
Linux memory leak even without our application runningkernel 2.6.31 又有升级的理由了
相关话题的讨论汇总
话题: buffers话题: mem话题: cached话题: total话题: swap
进入Linux版参与讨论
1 (共1页)
N****w
发帖数: 21578
1
total used free shared buffers cached
Mem: 8259500 774792 7484708 0 39408 536636
-/+ buffers/cache: 198748 8060752
woh yeh... what a waste :)
j*****h
发帖数: 2577
2
bso

【在 N****w 的大作中提到】
: total used free shared buffers cached
: Mem: 8259500 774792 7484708 0 39408 536636
: -/+ buffers/cache: 198748 8060752
: woh yeh... what a waste :)

z**r
发帖数: 17771
3
mine:
total used free shared buffers cached
Mem: 3355396 3259308 96088 0 100076 1393520
-/+ buffers/cache: 1765712 1589684
Swap: 9823708 552036 9271672
interesting, my physcial mem is 4G, why shows 3355396 only?

【在 N****w 的大作中提到】
: total used free shared buffers cached
: Mem: 8259500 774792 7484708 0 39408 536636
: -/+ buffers/cache: 198748 8060752
: woh yeh... what a waste :)

N****w
发帖数: 21578
4
are you using a PAE kernel?

【在 z**r 的大作中提到】
: mine:
: total used free shared buffers cached
: Mem: 3355396 3259308 96088 0 100076 1393520
: -/+ buffers/cache: 1765712 1589684
: Swap: 9823708 552036 9271672
: interesting, my physcial mem is 4G, why shows 3355396 only?

z**r
发帖数: 17771
5
I thought 32-bit linux can handle 4G by default?

【在 N****w 的大作中提到】
: are you using a PAE kernel?
N****w
发帖数: 21578
6
I think some HIMEM option is needed in kernel.
4GB support is a special option...
but,
why not apt-get install the pae kernel and try...
just a reboot :)

【在 z**r 的大作中提到】
: I thought 32-bit linux can handle 4G by default?
z**r
发帖数: 17771
7
I don't want to break other things at this point, have a backend stuff
running now

【在 N****w 的大作中提到】
: I think some HIMEM option is needed in kernel.
: 4GB support is a special option...
: but,
: why not apt-get install the pae kernel and try...
: just a reboot :)

N****w
发帖数: 21578
8
just one more item in grub boot menu...

【在 z**r 的大作中提到】
: I don't want to break other things at this point, have a backend stuff
: running now

E*V
发帖数: 17544
9
不是的,要打开那个选项的kernel才可以吧?
要不就要下载那个别人编译好的module。
kernel是2个地方
1个是打开,还是关闭pae
2.是一个选择a:《4G
b:<16G
c:<64G

【在 z**r 的大作中提到】
: I thought 32-bit linux can handle 4G by default?
m******t
发帖数: 2416
10
Why is my 8G less than your 8G?
total used free shared buffers cached
Mem: 8082416 4480196 3602220 0 187692 1282968
-/+ buffers/cache: 3009536 5072880
Swap: 4000144 52028 3948116

【在 N****w 的大作中提到】
: total used free shared buffers cached
: Mem: 8259500 774792 7484708 0 39408 536636
: -/+ buffers/cache: 198748 8060752
: woh yeh... what a waste :)

相关主题
想修改buffer cache的内核代码?请问从哪开始为什么我的python code总是显示D
为啥 inode-cache 的内存算在 used 里面,不算在 cached 里面呢?fwrite 速度慢 怎么提高啊
Linux memory leak even without our application runningi386, i686, i586都傻意思阿?
进入Linux版参与讨论
N****w
发帖数: 21578
11
集成显卡?
or upgrade to 9.10 alpha... kaka

【在 m******t 的大作中提到】
: Why is my 8G less than your 8G?
: total used free shared buffers cached
: Mem: 8082416 4480196 3602220 0 187692 1282968
: -/+ buffers/cache: 3009536 5072880
: Swap: 4000144 52028 3948116

J*******i
发帖数: 2162
12
跟风~
total used free shared buffers cached
Mem: 32967008 24616256 8350752 0 429320 22711460
-/+ buffers/cache: 1475476 31491532
Swap: 8388600 0 8388600
Total: 41355608 24616256 16739352
b*****l
发帖数: 9499
13
跟~
total used free shared buffers cached
Mem: 904488 881552 22936 0 76804 550284
-/+ buffers/cache: 254464 650024
Swap: 506036 119148 386888

【在 J*******i 的大作中提到】
: 跟风~
: total used free shared buffers cached
: Mem: 32967008 24616256 8350752 0 429320 22711460
: -/+ buffers/cache: 1475476 31491532
: Swap: 8388600 0 8388600
: Total: 41355608 24616256 16739352

h***r
发帖数: 726
14
did I read wrong. only 1G?

【在 b*****l 的大作中提到】
: 跟~
: total used free shared buffers cached
: Mem: 904488 881552 22936 0 76804 550284
: -/+ buffers/cache: 254464 650024
: Swap: 506036 119148 386888

b*****l
发帖数: 9499
15
对呀。。。 有啥问题不?哈哈。

cached
550284

【在 h***r 的大作中提到】
: did I read wrong. only 1G?
1 (共1页)
进入Linux版参与讨论
相关主题
kernel 2.6.31 又有升级的理由了Intel Mobin 2 秒钟启动到 GUI
ext4 in 2.6.32 性能退化想修改buffer cache的内核代码?请问从哪开始
能不能把routing cache给disable了啊?为啥 inode-cache 的内存算在 used 里面,不算在 cached 里面呢?
推荐个Netbook装ubuntu10.10吧?Linux memory leak even without our application running
swap疑问为什么我的python code总是显示D
用free查到的memory里面的"cache"是做什么用的?fwrite 速度慢 怎么提高啊
新人5个包子请教问题,redhat读写文件的内存问题i386, i686, i586都傻意思阿?
run out of memory 后系统变得极慢8GB ~~~~~ oh yeah!
相关话题的讨论汇总
话题: buffers话题: mem话题: cached话题: total话题: swap