> Xorg shares memory with X apps. So whenever you start
> an X app, Xorg's memory increases.
> 
> Also, ZFS will use any free memory for cache (and
> free it as required)... it's so dynamic that I've
> stopped monitoring memory usage totally. It's always
> at > 99%.

I have found that zfs cache is a real bottleneck when you have very large files 
in the zfs filesystem. I have my virtualbox OSes on a ZFS filesystem and had to 
limit the cache or system performance would bog down. 
I added the following to /etc/system to limit the zfs cache.
* limit zfs cache to two Gbytes (1000 x 1024 x 1024 convert to hex)
set zfs:zfs_arc_max = 0x3E800000

This helped although it would be much better if there was a way to limit the 
size of files it would cache, ie.. tell zfs not to cache files larger than 
100meg

<mike>
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to