![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| swap space | manoj.solaris | Linux | 1 | 08-22-2007 07:11 AM |
| Swap space used??? | Lestat | UNIX for Dummies Questions & Answers | 1 | 02-17-2005 11:51 AM |
| swap space / paging space | aaronh | AIX | 2 | 05-19-2004 11:06 AM |
| pageing space vs swap space | VeroL | UNIX for Dummies Questions & Answers | 1 | 01-22-2004 11:54 AM |
| SWAP SPACE | SmartJuniorUnix | UNIX for Dummies Questions & Answers | 5 | 11-13-2000 12:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Swap space is LOW
I checked the server and issued various command to investigated. but from teh output of swap -s and swap -l,
i received the following swap -l swapfile dev swaplo blocks free /dev/vx/dsk/swapvol 197,7 16 4194800 4127696 /dev/vx/dsk/swap2 197,8 16 12582896 12517072 /dev/vx/dsk/appdg/swap4 197,115021 16 8388592 8323856 swap -s total: 2202456k bytes allocated + 13441848k reserved = 15644304k used, 25064k available i mean, how do i know what the threshold is for the swap space. and also, i tried to create a swap file in the /tmp directory which had quite a lot of space but the mkfile command returned an error saying "not enough space left on device". from the top command, the top command says theres about 12G of swap space free. what can i do?? |
|
|||||
|
We really need to know exactly was OS you're using. And the total physical memory.
If you're using SunOS, do a "dk -k /tmp". You will probably find that it is mounted on swap. You can't create a swap area on swap like that. top is confused because it does not understand your OS's concept of reserved. Think like this: free swap = available swap + reserved swap and I think that the numbers will make sense for you. If that available swap hits zero, you will be in trouble. And it looks rather close. |
|
||||
|
Quote:
The operating system am using is SunOS 5.8 After the server did its scheduled daily reboot, swap space was back to normal and there weren't any more alerts. nonetheless, i'm glad you guys explained to me not to create swap in a swap (tmp) |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|