- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- virtual memory and swap
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
06-06-2002 07:25 AM
06-06-2002 07:25 AM
I would like to understand a couple of things about swap
utilization on my machine
This is output from swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 306 7886 4% 0 - 1 /dev/vg00/SWAP2
dev 8192 307 7885 4% 0 - 1 /dev/vg00/lvol2
reserve - 5128 -5128
memory 6346 3225 3121 51%
total 22730 8966 13764 39% - 0 -
From that I can conclude that I have 22GB of total swap with 14GB not used. My pseudo swap is 6GB ( not used 3.1GB )
and yet I have dev 4% used.
Shouldn't pseudoswap be at a higher usage before the dev pct used go above 0% used?
Is that true that if %used on dev is greated that 0%, my system is paging? If so, how is that my swap is 14GB idle?
Please, clarify.
Thanks
Dimitry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:29 AM
06-06-2002 07:29 AM
Re: virtual memory and swap
Also, strange enough, glance shows 3.8 GB total virtual
memory. Isn't virtual memory comprise of swap+physical.
How is it less than physical?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:31 AM
06-06-2002 07:31 AM
Re: virtual memory and swap
Possibly your dbc_max_pct is set to default 50 %. If that is the case reduce it to 15%. Otherwise you can speak to the developer/application vendor regarding the swapping.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:32 AM
06-06-2002 07:32 AM
Re: virtual memory and swap
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:35 AM
06-06-2002 07:35 AM
Re: virtual memory and swap
Parameter Value
===============================================================================
dbc_max_pct 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 04:03 AM
06-07-2002 04:03 AM
Re: virtual memory and swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 10:50 AM
06-07-2002 10:50 AM
Re: virtual memory and swap
maxtsiz
besides the dbc_max_pct, which control buffering, these are the largest contiguous memory size you can take, what is the value of maxdsiz?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 11:05 AM
06-07-2002 11:05 AM
SolutionAlmost certainly, you swap usage is memory-mapped files and nothing to be concerned about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 01:20 AM
06-10-2002 01:20 AM
Re: virtual memory and swap
Also when device swap is more than physical memory, as it is in your case, pseudoswap still gives more 'swap' (= virtual memory) than without pseudoswap.
As mentioned, there can indeed be a little overhead from using pseudoswap, but that is only for compute-bound tasks.