View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 05:29 AM
Mark Taylor
 
Posts: n/a
Default Re: Find statistics of repaging !

> And minperm=5% and maxperm=10%.
>
> My probleme is that the system use the swap space whereas the size of
> the cache is greater maxperm. The system should use page cache

instead
> of use swap space and I don't know why it does it.


even if maxperm is set low, you will still build filesystem cache
until you hit minfree, then you will only page file pages. you can stop
this by setting a hard limit for maxperm (strict_maxperm) or you can
stop pages being cached for a filesystem in the 1st place by mounting
them -rbrw (release behind)

HTH
Mark Taylor

Reply With Quote