Re: Page Cache Question

2007-08-14 Thread Eugene Teo
> Adnan Khaleel wrote: >> I'm looking for a way to disable the page cache for an >> experimental NUMA system running the 2.6.17 kernel. I would prefer to >> only disable the page cache for my process and still have it be enabled >> by the rest of the system. Is there an easy way of doing this? >>

Re: Page Cache Question

2007-08-14 Thread Helge Hafting
Adnan Khaleel wrote: I'm looking for a way to disable the page cache for an experimental NUMA system running the 2.6.17 kernel. I would prefer to only disable the page cache for my process and still have it be enabled by the rest of the system. Is there an easy way of doing this? Alternatively, I

Re: Page Cache Question

2007-08-05 Thread Tino Keitel
On Sun, Aug 05, 2007 at 09:32:59 -0700, Adnan Khaleel wrote: > > I'm looking for a way to disable the page cache for an > experimental NUMA system running the 2.6.17 kernel. I would prefer to > only disable the page cache for my process and still have it be enabled > by the rest of the system. Is

Re: Page Cache question

2007-08-05 Thread Robert Hancock
Adnan Khaleel wrote: So would it be possible to me to disable it for just a particular user space process? It's the core of the whole VM/memory management subsystem. It's not something you can just disable. It would be better if you explained what exactly you were trying to accomplish..

Re: Page Cache question

2007-08-05 Thread Adnan Khaleel
So would it be possible to me to disable it for just a particular user space process? Adnan > I'm looking for a way to disable the page cache for an > experimental NUMA system running the 2.6.17 kernel. I would prefer to > only disable the page cache for my process and still have it be enable

Re: Page Cache Question

2007-08-05 Thread Andi Kleen
Adnan Khaleel <[EMAIL PROTECTED]> writes: > I'm looking for a way to disable the page cache for an > experimental NUMA system running the 2.6.17 kernel. I would prefer to > only disable the page cache for my process and still have it be enabled > by the rest of the system. Is there an easy way of

Page Cache Question

2007-08-05 Thread Adnan Khaleel
I'm looking for a way to disable the page cache for an experimental NUMA system running the 2.6.17 kernel. I would prefer to only disable the page cache for my process and still have it be enabled by the rest of the system. Is there an easy way of doing this? Alternatively, I would be fine disabli