NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: "adjusting" / control Swapping



On 2010-09-16 08:16, Niels Dettenbach wrote:
Dear all,

how can i control the swapping behaviour within a NetBSD system?

I have some NetBSD Xen guests with around 3 GB of RAM. I've added 3 swap 
partitions (on different medias) with priority 1, 2 and 3 witha volume of 5 GB 
swap. The swap is needed as there are peaks of required memory sometimes (once 
or twice a month) where the system stops with out of mem otherwise. In most 
time the swap is not required, but used (I assume i.e. for file caching). If i 
restart several of that mem-pigs / deamons (i.e. once a day) within the system 
the swap was wiped out and the sytsm seems to run faster (with less load). 
There are daemons who doenst offer control of their caching or mem-usage 
behaviour byself.

The swap is relatively fast but the system slows down when there several Gigs 
of swap are used.

Limiting memory usage of the largest processes seems not suitable as they need 
more from time to time.

On Linux there are switches like swappiness which allow to control the usage of 
the swaps. How can i control the swapping under NetBSD?

Many thanks for your time,
best regards,

Look at sysctl(8) for the command to use.

Then look at sysctl(7) for different parameters that you can play with. I suspect you will be most interested in the stuff under vm.*

        Johnny

--
Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt%softjar.se@localhost             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol


Home | Main Index | Thread Index | Old Index