В отговор на iwan <[EMAIL PROTECTED]>:


> Hi group, 
> 
> I have this following problem, 
> 
> I want to run a special program ...but basically my box is getting maxed
> out both in real memory & swap.
> How do I make the SWAP file/partition of more than 2 GIG ...?
You can't resize an existing partition on a disk w/out losing data from
the disk. What you need is: 
1) mkfile Nm /path/to/swap_file, N - # in megabytes
2) swap -a /path/to/swap_file
3) add the swap file to /etc/vfstab
/path/to/swap_file - -  swap - -

Please check manpages for mkfile,swap*
rgrds,
dvv
_______________________________________________
Solaris-Users mailing list
[EMAIL PROTECTED]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to