Re: slab usage in linux

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mulyadi Santosa
Date: Tuesday, January 4, 2011 - 9:29 am

Hi....

I cc: the reply to the new list address. I hope you don't mind....
Now, let's what I can share here....

On Tue, Jan 4, 2011 at 18:49, Sowmya Sridharan <sowmya.sridharan@tcs.com> wrote:

No kidding? 1 Gig? Wow.... But that's alright, I think that still make
sense ... highly frequent sock related cache creation I guess....
"slabtop -s c" would tell you the highest cache size ...


AFAIK when it can no longer "grow".... same like page cache, it will
grow to fill your RAM  until  it exhausts everything left by anonymous
page allocation plus some amount of  reserved pages. And AFAIK too,
it's tunable, but I couldn't recall which kernel parameters that
control it.


task_struct--> during new process creation

dentry_cache --> after reading directory entry metadata from a block
devices and cache them

proc_inode_cache --> almost similar like above, but this one is
strictly for /proc entries.

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
slab usage in linux, Sowmya Sridharan, (Tue Jan 4, 4:49 am)
Re: slab usage in linux, Mulyadi Santosa, (Tue Jan 4, 9:29 am)