swap


 
Thread Tools Search this Thread
Operating Systems Solaris swap
# 1  
Old 05-29-2012
swap

Hi,

Can somebody please help here, since iam just a beginner.
According to my book knowledge.
the Avalilable memory calculated by swap -l (includes only swap) should be small as compared to swap -s value(includes Virtual memory=swap +physical).
but this is quite opposite in my case.
Code:
swap -l
swapfile             dev  swaplo blocks   free
/dev/md/dsk/d20     85,20     16 32787056 32787056
/dev/md/dsk/d60     85,60     16 167720816 167720816
root:reuxeuus538# swap -s
total: 44297448k bytes allocated + 34248080k reserved = 78545528k used, 72979456k available

here free swap calculated from swap -l command is 95 whereas by swap -s its just 67.

Please suggest me here.

Last edited by joeyg; 05-29-2012 at 04:07 PM.. Reason: Please wrap commands and data with CodeTags
# 2  
Old 05-29-2012
In "swap -l" 1 block = 512 bytes
# 3  
Old 05-29-2012
You have ~ 100 GB of swap space and ~ 150 GB of virtual memory. That looks consistent.

Free swap as computed by "swap -s" includes part of RAM while free swap reported by "swap -l" is only referring to disk space.

Another point: Virtual memory=swap area+physical RAM-kernel memory.
# 4  
Old 05-29-2012
swap memory calculation

Thanks for the reply!!

Yes i have calucated the Available memory in swap -l by considering 1 byte =512 blocks but still the Available memory calulation exceeds in swap -l rather than swap -s.

please help!
# 5  
Old 05-29-2012
See my previous reply for an explanation.
# 6  
Old 05-29-2012
calculation of swap memory

Thanks jilliagre!!

I wanted to know the available swap and available virtual memory and not the total.

150 is the total available virtual memory, the available is ~ 65 which is less than the available swap memory which is ~ 100, which should not be the case.
sorry if iam being silly. could you please explain more here.
# 7  
Old 05-30-2012
All your allocated memory (~43 GB) is fitting in RAM (you should tell how much RAM you have and how it is used) so your swap area is currently completely free (no pages are stored there). However, a part of RAM+SWAP is reserved (~34 GB) to guarantee future potential use (Solaris doesn't overcommit memory unlike Linux and others). The reserved memory explains the discrepancy.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Explain the output of swap -s and swap -l

Hi Solaris Folks :), I need to calculate the swap usage on solaris server, please let me understand the output of below swap -s and swap -l commands. $swap -s total: 1774912k bytes allocated + 240616k reserved = 2015528k used, 14542512k available $swap -l swapfile dev swaplo... (6 Replies)
Discussion started by: seenuvasan1985
6 Replies

2. Red Hat

swap

Hi, I have added a new disk to production server. How to make it visible to os and how to configure it. I also want to add some space from that disk to swap space. Please help me out. (1 Reply)
Discussion started by: chetansingh23
1 Replies

3. HP-UX

Swap device file and swap sapce

Hi I have an integrity machine rx7620 and rx8640 running hp-ux 11.31. I'm planning to fine tune the system: - I would like to know when does the memory swap space spill over to the device swap space? - And how much % of memory swap utilization should be specified (swap space device... (6 Replies)
Discussion started by: lamoul
6 Replies

4. Red Hat

swap not defined as swap

free -m : 1023 total swap space created default partition /dev/sdb1 50M using fdisk. i did write the changes. #mkswap /dev/sdb1 #swapon /dev/sdb1 free -m : 1078 total swap space this shows that the swap is on Question : i did not change the type LINUX SWAP (82) in fdisk. so why is... (5 Replies)
Discussion started by: dplinux
5 Replies

5. HP-UX

How much Swap is too much?

I have a HP-UX B.11.23 server with 16 gb of memory 84 gb of swap configured. I am being pushed to define more swap to try and get more Tuxedo domains to start. At what point do we have too much swap for the amount of memory? Thanks in advance. (11 Replies)
Discussion started by: scotbuff
11 Replies

6. Solaris

Swap config - Mirror swap or not?

Hello and thanks in advance. I have a Sun box with raid 1 on the O/S disks using solaris svm. I want to unmirror my swap partition, and add the slice on the second disk as an additional swap device. This would give me twice as much swap space. I have been warned not to do this by some... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

7. Solaris

swap -l

When i try to type swap -l ,nothing come out but blinking. May i know what is the problem and solutions ? thanks (6 Replies)
Discussion started by: Farbegas
6 Replies

8. Solaris

/tmp as swap

So with solaris 10 are people not using the old /tmp as a regular UFS filesystem and making /tmp part of swap or tmpfs... what are peoples thoughts on this? (5 Replies)
Discussion started by: csaunders
5 Replies

9. UNIX for Dummies Questions & Answers

About swap

Is it really so that if swap will be located in the begining of hard drive, than it will work faster? (1 Reply)
Discussion started by: Ty3
1 Replies

10. UNIX for Dummies Questions & Answers

Swap

When i re-updated my system i set my swap at 500 MB. I have 256 in ram and have never even gone into the 250 mb of swap that i had originally configured. How do I reduce the swap? (3 Replies)
Discussion started by: macdonto
3 Replies
Login or Register to Ask a Question