- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pseudo 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
02-08-2006 09:25 PM
02-08-2006 09:25 PM
I notice that system memory utilization varies between 50-55%, with the remainder being user (and a little for buffer).
If I disable pseudo swap will I likely release any of the memory currently used by the system for user processes?
I have two device swap areas, each 20GB in size (yes - HUGE, set up before my time). Memory report in glance states:
Total VM: 15.7GB
Active VM: 4.04GB
Phys Mem: 11.8GB
Sys Mem: 6.43GB
Buf Cache: 630MB
User Mem: 4.63GB
Free Mem: 133.9MB
When sorting by VM and resident memory all the user processes have the lion's share (if not all) so I don't understand why the system is taking all this memory.
The reason I think memory is not what it should be on this box is that similar machines (Oracle, SAP/R3, rp7410, same RAM) only show a system memory usage of ~15%, with the rest being taken by user and a bit for buffer again.
Essentially the application and DBA teams want me to give them some of my system memory - I can't see where it's all being used and hence thought pseudo swap might have something to do with it.
Any help/tips would be greatly appreciated. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 09:41 PM
02-08-2006 09:41 PM
Re: pseudo swap
Take a look at
swapinfo -tam
vmstat, look for paging.
Assuming you aren't actually paging in a heavy way, releasing psuedo swap should achieve what you wish.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 10:10 PM
02-08-2006 10:10 PM
Re: pseudo swap
if swapinfo -tam
shows a line
memory ...........
u r using pseudo swap
pseudo swap is actually 75% of ur total
ram
as per oracle is concerned
min 20 gb swap is required
HTH
shri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 10:26 PM
02-08-2006 10:26 PM
Re: pseudo swap
You can take a better decision based on swapinfo command output.Disabling the pseudo swap will definitely give more free memory but that can affect the performance of your system.
Jerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 10:34 PM
02-08-2006 10:34 PM
Re: pseudo swap
Thanks for the replies, my swapinfo output:
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 24576 1452 23124 6% 0 - 1 /dev/vg00/lvol2
dev 20480 7269 13211 35% 0 - 0 /dev/vg00/lvswap
reserve - 6340 -6340
memory 9315 6148 3167 66%
total 54371 21209 33162 39% - 0 -
Not a huge amount of paging as you can see. Based on this, is it OK for me to go head and disable pseudo swap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:50 AM
02-09-2006 01:50 AM
Re: pseudo swap
I would say that yes, it would be safe to turn 'swapmem_on' off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:59 AM
02-09-2006 01:59 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:44 AM
02-09-2006 02:44 AM
Re: pseudo swap
From your memory params: I feel, if you disable "pseudo swap", you can gain some performance improvements.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 03:18 AM
02-10-2006 03:18 AM
Re: pseudo swap
environment...increases lockable memory (which Sybase likes):
Stats from our last upgrade:
With pseudo swap enabled:
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 16765016 Kbytes, lockable: 12613956 Kbytes, available: 14636944 Kbytes
With pseudo swap disabled:
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 16765016 Kbytes, lockable: 14315312 Kbytes, available: 14636944 Kbytes
Ted