lkml.org 
[lkml]   [2009]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] Hugepages should be accounted as unevictable pages.
From
Date
On Tue, 2009-06-23 at 15:23 -0700, Alok Kataria wrote:
> > Could you just teach the thing to which you are hinting that it also
> > needs to go look in sysfs for huge page counts?
>
> :) yeah i could do that too...the point is that its a module and the
> function to get the hugepages count is not exported right now. I could
> very well add this as an exported symbol and use it from there, but
> there can be someone who doesn't want symbols to be unnecessarily
> exported if their is no in-tree modular usage of that symbol.

Hmmm. So what is the module doing? The ol', "try to get as much memory
as I possibly can" game? :)

It sounds like you can get access to the vm statistics from existing
exported symbols, but the stats don't give you quite the info that you
need. So, you're trying to change things that you *can* get access to.

We do export all this stuff to userspace. We export all of the huge
page sizes and how many pages are reserved, used, and allocated in each,
plus the contentious Unevictable. Could you just do this calculation in
userspace and pass it into the module with a modparam or sysfs file?

-- Dave



\
 
 \ /
  Last update: 2009-06-24 01:45    [W:0.050 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site