-- There were some hints for kernel tuning, as well... ------------ Tony, Take a look that the tuning and performance manual. There are instructions there for looking at the kernel structures. You can also install Performance Manager (pmgr), top (freeware, see the archives for locations), or vmubc from Compaq : ftp://gatekeeper.dec.com/pub/Digital/vmubc.tar.Z among other places. The usual suspect is vm-ubcmaxpercent which is the kernel param that controls how much memory the vm system is allowed to use for i/o buffers and such. The default value is 100%. This memory won't be released until another process requires it. Alan Davis ------------ and ... ------------ Odds are it's the filesystem cache, which be default is set to a max of 50% of physical memory. There's a parameter in sysconfigtab to change it, in the vm subsystem, of course. I'm not sure what it is offhand, but it is in the system tuning and configuration manual. Technically, this memory *should* be reclaimed by the system as it is needed, but of course, it does take some time to flush the cache, so performance is degraded. Changing to 20 percent should solve your problem, and still leave a reasonable sized cache. Andrew +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Andrew Busch | email : a.busch_at_qut.edu.au | ------------ ********************************************************************* Tony Warner Tony.Warner_at_gat.com General Atomics (619) 455-4285 *********************************************************************Received on Wed May 12 1999 - 18:02:32 NZST
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:39 NZDT