由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 一个傻问题
相关主题
Am I in trouble?memory in top ?
Ask help about swap space ( Urgent )Re: how to track page faults when alloca
Re: [转载] HELP:如何产生(0..N-1)共N个"各不相同"的随机数?要求算法最快[转载] Re: [转载] a UNIX permission question
[转载] Byte Swap Needed?FreeBSD memory limit?
adding more swap space command...Help! E297: Write error in swap file
please help奇怪的swap,一部分不见了
regex: what does [^ ] mean?问两个问题
About Swaphow to open .db file
相关话题的讨论汇总
话题: inactive话题: free话题: 内存话题: physmem话题: 262m
进入Unix版参与讨论
1 (共1页)
m****e
发帖数: 7
1
平时不用unix,这次内存需要太大,只好上服务器做。我想知道还能不能
容纳一个大数组,top说:
PhysMem: 125M wired, 262M active, 1.17G inactive, 1.55G used, 461M free
那1.17G inactive的内存干什么的?可以用么?
谢谢!
c*r
发帖数: 278
2

It represents memory that contains data which are not currently being
accessed by any applications. It is the first candidate for being swapped
out to disk if no enough free memory.
So it can be used by your application. Even the array is bigger than
the available space (inactive+free), VM will use the swap space to
contain it.

【在 m****e 的大作中提到】
: 平时不用unix,这次内存需要太大,只好上服务器做。我想知道还能不能
: 容纳一个大数组,top说:
: PhysMem: 125M wired, 262M active, 1.17G inactive, 1.55G used, 461M free
: 那1.17G inactive的内存干什么的?可以用么?
: 谢谢!

1 (共1页)
进入Unix版参与讨论
相关主题
how to open .db fileadding more swap space command...
talk about data access problemplease help
yetty, where are u?regex: what does [^ ] mean?
access Windows remotelyAbout Swap
Am I in trouble?memory in top ?
Ask help about swap space ( Urgent )Re: how to track page faults when alloca
Re: [转载] HELP:如何产生(0..N-1)共N个"各不相同"的随机数?要求算法最快[转载] Re: [转载] a UNIX permission question
[转载] Byte Swap Needed?FreeBSD memory limit?
相关话题的讨论汇总
话题: inactive话题: free话题: 内存话题: physmem话题: 262m