> How Can I change swap memory, physical I have a 1GB
> of memory

In case the installer didn't create an rpool/swap zvol
device for swap, run these commands to create a
1 GB swap zvol (from a "pfexec bash" root shell):

    zfs create -o volblocksize=4k -o primarycache=metadata -V 1g rpool/swap
    swap -a /dev/zvol/dsk/rpool/swap

And add the following line to /etc/vfstab 

    /dev/zvol/dsk/rpool/swap    -       -       swap    -       no


And in case there already is a rpool/swap zvol,
but the size is too small:

    zfs set volsize=1g rpool/swap

After increasing the size, you either have to reboot,
or swap -d and swap -a the  /dev/zvol/dsk/rpool/swap
device.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to