>In theory, since rpool/swap is a zfs file system, it should be able to
>grow to the maximum free space of rpool, but maybe not ?


There's an issue with using zfs backed swap; the default configuration 
needs to find memory in order to page out data and this creates an 
additional memory pressure.

Try disabling all the caches:

        zfs set primarycache=none rpool/swap
        zfs set secondarycache=none rpool/swap

see if that helps.

Casper

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to