![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Swap config - Mirror swap or not? | BG_JrAdmin | SUN Solaris | 3 | 01-06-2008 06:25 PM |
| swap -l | Farbegas | SUN Solaris | 6 | 11-16-2007 03:05 AM |
| /tmp as swap | csaunders | SUN Solaris | 5 | 06-20-2007 09:27 AM |
| aix swap | jabberwocky | AIX | 6 | 02-16-2006 06:17 AM |
| Swap | macdonto | UNIX for Dummies Questions & Answers | 3 | 04-04-2002 07:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Swap question
I would like to add more swap to swap file that's already exist.
Do I use swap -a command or swapadd command to add more swap space?..This is on Sun Solaris 8. What's the difference b/t swap -a and swapadd? |
| Forum Sponsor | ||
|
|
|
|||
|
swap -a will add a swap file to the system to use.
swapadd is a shell script which uses the swap command. You should use the swap command to add a file into the mix. FYI - you cannot increase the size of the swap file with swap. See the mkfile command. You cannot increase the size of a file already being used as a swap file (unless it is under Veritas control). You would need to create a second file to get the total size you want. |
|||
| Google UNIX.COM |