Re: VM Tuning

2010-04-20 Thread Sergio Lopez
El Tue, 20 Apr 2010 14:06:18 +0200 Samuel Thibault escribió: > Sergio Lopez, le Tue 20 Apr 2010 13:08:32 +0200, a écrit : > > I think you're in the right direction, but we need a broader > > approach. Separating external pages (from externally managed memory > > objects) from anonymous pages in a

Re: VM Tuning

2010-04-20 Thread Samuel Thibault
Sergio Lopez, le Tue 20 Apr 2010 13:08:32 +0200, a écrit : > I think you're in the right direction, but we need a broader approach. > Separating external pages (from externally managed memory objects) from > anonymous pages in a different pair of active/inactive queues could be > a nice start. An

Re: VM Tuning

2010-04-20 Thread Sergio Lopez
El Sun, 18 Apr 2010 23:28:52 +0600 Волков Максим escribió: > I noticed that the paging starts only when the number in the free > queue of pages is less than vm_page_free_min and continues until it > reaches free_target. Variable vm_page_free_target is set via macro > VM_PAGE_FREE_TARGET. > > #i