HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swap using virtual memory instead of real memory
Operating System - HP-UX
1835104
Members
2578
Online
110076
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:29 PM
10-09-2002 01:29 PM
when starting a instance on Informix the system is using swap space before it uses real memory. I am running 11.0. Has anyone encountered this before.
#swapinfo
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
dev 1048576 190092 858484 18% 0 - 0 /dev/vg00/lvol9
dev 1048576 189164 859412 18% 0 - 0 /dev/vg00/lvol10
dev 1048576 188436 860140 18% 0 - 0 /dev/vg00/lvol11
dev 1048576 189456 859120 18% 0 - 0 /dev/vg00/lvol12
dev 1048576 162988 885588 16% 0 - 0 /dev/vg00/lvol13
dev 1048576 163404 885172 16% 0 - 0 /dev/vg00/lvol14
dev 1048576 162984 885592 16% 0 - 0 /dev/vg00/lvol15
dev 1048576 163084 885492 16% 0 - 0 /dev/vg00/lvol16
dev 1048576 163188 885388 16% 0 - 0 /dev/vg00/lvol17
dev 1048576 163420 885156 16% 0 - 0 /dev/vg00/lvol18
reserve - 3026888 -3026888
memory 2973796 228072 2745724 8%
#swapinfo
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
dev 1048576 190092 858484 18% 0 - 0 /dev/vg00/lvol9
dev 1048576 189164 859412 18% 0 - 0 /dev/vg00/lvol10
dev 1048576 188436 860140 18% 0 - 0 /dev/vg00/lvol11
dev 1048576 189456 859120 18% 0 - 0 /dev/vg00/lvol12
dev 1048576 162988 885588 16% 0 - 0 /dev/vg00/lvol13
dev 1048576 163404 885172 16% 0 - 0 /dev/vg00/lvol14
dev 1048576 162984 885592 16% 0 - 0 /dev/vg00/lvol15
dev 1048576 163084 885492 16% 0 - 0 /dev/vg00/lvol16
dev 1048576 163188 885388 16% 0 - 0 /dev/vg00/lvol17
dev 1048576 163420 885156 16% 0 - 0 /dev/vg00/lvol18
reserve - 3026888 -3026888
memory 2973796 228072 2745724 8%
I didn't do it. He did!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:47 PM
10-09-2002 01:47 PM
Re: swap using virtual memory instead of real memory
The 8% represent your pseudo swap usage (ie reserved eveytime a process starts up). It's perfectly normal and it does not affect the perfromance of your server. Since your device swap "lvol2" had its priority set to "1" and you still have plenty of other device swap available (those at priority "0"), you would not see it being used until the rest of the swap space in priority "0" are used up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:38 PM
10-09-2002 02:38 PM
Solution
Hi Eric,
Pseudo-swap is only to mimic the kernel that is has more swap available so that more number of processes can be brought up than that are limited by the device swap area. It is purely for reservation purposes and has nothing to do with memory being used for paging.
So, I am not worried for memory being shown as used for swap.
But your configuration looks worrysome to me. You have logical volumes 9-18 under vg00 configured with equal priority. This is like striping a single swap across multiple logical volumes with a stripe size equal to swchunk parameter. If these lvols are not distributed across different disk with one each, then your performance will be degraded heavily as the root disk has to work very hard in aligning the spindle on multiple locations each time a page-out happens along with it's normal business. Since you are already doing paging, I suggest you configure another disk with only one logical volume and make it a swap.
-Sri
Pseudo-swap is only to mimic the kernel that is has more swap available so that more number of processes can be brought up than that are limited by the device swap area. It is purely for reservation purposes and has nothing to do with memory being used for paging.
So, I am not worried for memory being shown as used for swap.
But your configuration looks worrysome to me. You have logical volumes 9-18 under vg00 configured with equal priority. This is like striping a single swap across multiple logical volumes with a stripe size equal to swchunk parameter. If these lvols are not distributed across different disk with one each, then your performance will be degraded heavily as the root disk has to work very hard in aligning the spindle on multiple locations each time a page-out happens along with it's normal business. Since you are already doing paging, I suggest you configure another disk with only one logical volume and make it a swap.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP