![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 space in veritas file system | samy123 | SUN Solaris | 5 | 01-27-2008 06:18 AM |
| /tmp: File system full, swap space limit exceeded | frustrated1 | SUN Solaris | 5 | 03-18-2007 01:38 PM |
| swap space / paging space | aaronh | AIX | 2 | 05-19-2004 07:06 AM |
| pageing space vs swap space | VeroL | UNIX for Dummies Questions & Answers | 1 | 01-22-2004 08:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
swap file space
I occasionally get a "out of swap file space" error. How can I fix this??????
Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
get a bigger swap partition or if you're feeling lazy make a big empty file and use that as a 2nd swap.
|
|
#3
|
|||
|
|||
|
I am a beginner, can you be more specific
|
|
#4
|
|||
|
|||
|
Oh yeh, forgot to tell you how to do it:
dd if=/dev/zero of=/swapfile bs=1024 count=SIZEINKB replace SIZEINKB to something like 262144 for 256Mb mkswap -c /swapfile SIZEINKB && sync chmod 0600 /swapfile finally: add /swapfile swap swap defaults 0 0 to your /etc/fstab |
|
#5
|
|||
|
|||
|
ps. Buying more RAM is a more ideal solution as swapping to disk is hiddeously slow compared to RAM access.
But if you don't have the money right now, the extra swap space wil be a nice stop-gap solution. |
|
#6
|
||||
|
||||
|
Re: swap file space
Quote:
|
|
#7
|
|||
|
|||
|
swap file size is 58272 KB ??????on the system memory
|
|||
| Google The UNIX and Linux Forums |