- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system memory and swapinfo
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-08-2004 02:31 AM
06-08-2004 02:31 AM
does anybody know smthing about the following situation:
2 servers, both B2000, hpux 11.0; server "A" with 512Mb memory (from dmesg i see: Physical: 524288 Kbytes), server "B" with 2.5Gb (from dmesg: Physical: 2621440 Kbytes).
On server A swapinfo -t says:
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 192580 -192580
memory 382588 277700 104888 73%
but on server B the same command output is:
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 396108 -396108
total 1048576 396108 652468 38% - 0 -
And i have just a 3 lines output, without a 'memory' line.
Where is the problem? Are my 2.5Gb used??
Thanks for any suggestion.
Rgds.
Leonardo.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 02:42 AM
06-08-2004 02:42 AM
Re: system memory and swapinfo
Third line memory on the first server is pseudo-swap memory. I think you don't have it on the second one because you don't have applicatioon running which are producing that amount of pseudo-swap.
The system pretent that it has reserved swap memory, so called pseudo swap, that is because of application need of virtual memory.
Example: if there is 5 applications and they need 20 MB of additional memory each to start working (but they will not use it completely), in case you have only 70 MB virtual memory all 5 applications can't work at once because they "need" 100MB. Those 30 MB extra will be "reserved" from nonexist pseudo swap.
Regards,
Boris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 02:42 AM
06-08-2004 02:42 AM
Re: system memory and swapinfo
swapmem=1 gives extra memory line...
Check using /usr/sbin/sysdef cmd
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:01 AM
06-08-2004 03:01 AM
Re: system memory and swapinfo
L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:05 AM
06-08-2004 03:05 AM
Re: system memory and swapinfo
All pseudo-swap does is allow approx 75% of memory to mimic actual swap space.
It essentially allows you to start up more processes than swap size alone would.
ALL processes must reserve swap space in case they actually need it.
You just have to pray that the space will never actually have to be used for *actual* page swapping.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:08 AM
06-08-2004 03:08 AM
Re: system memory and swapinfo
Simply said:
You need as much swap as memory to be able to use all the memory, else if lots of RAM you can put swapmem=1 (swith swap mem on) which will use the all the memory by doing some pseudoswap
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 03:10 AM
06-08-2004 03:10 AM
Re: system memory and swapinfo
I meant "lots of RAM" and smaller swap
Kind regards
Victor