> I've noticed that OpenSolaris uses the swap space > quite fast even if 700Mb Physical Memory is free in > my system.
[b]How fast[/b] ? What is wrong ? What do you need ? Did you use 'vmstat' ('page-out' is mostly relevant) ? Try to get more information - echo ::memstat | mdb -k - kstat -c kmem_cache - swap -s; swap -l - ps -o rss,vsz,args -e | sort -n > Could I change this kind of behavior? 1) eliminate swap 'swap -d /dev/rdsk/c0d0s1' (usually 'dumpadm -n' needed) 2) change kernel memory behaivour (in /etc/system like lotsfree,minfree,desfree,*size*...) http://docs.sun.com/app/docs/doc/817-0404 3) try some performance tuning http://www.sun.com/blueprints/browsesubject.html#performance http://www.sun.com/bigadmin/collections/performance.html http://www.amazon.com/exec/obidos/tg/detail/-/0130952494 4) try dtrace http://docs.sun.com/app/docs/doc/817-6223 M.C> This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org