hello Iwan,

without repartitioning the disk you could add more swap by using the
mkfile and swap commands :

mkfile 2048m swapfile - creates a 2g file
/usr/sbin/swap -a /pathto/swapfile - activates the swap file

you could also add an entry in your /etc/vfstab file like this so the
swap file will be activated automatically after reboot:
/pathto/swapfile        -       -       swap    -       no      -

to check if the file was successfully added you can use:
/usr/sbin/swap -l


Stoyan


-- 
Stoyan Angelov
filibeto.org
e-mail: [EMAIL PROTECTED]
http://www.filibeto.org
_______________________________________________
Solaris-Users mailing list
[EMAIL PROTECTED]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to