- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory not getting release
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
10-24-2008 01:16 PM
10-24-2008 01:16 PM
memory not getting release
I have installed SAP on HP-UX VER 11 and have 5 gb ram and the problem is even the SAP process ends or user logs the memory does not get relaese the machine gets terribly slow and we have to reboot to free memory. I was searching on google and saw in IBM AIX someone faced the same problem and solution someone suggest you should set nmperm should not be more than maxperm then u will have virtual memory available. If u think this is correct , can u suggest how to do it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 03:00 PM
10-24-2008 03:00 PM
Re: memory not getting release
This isn't helpful, what is the version?
What does "ipcs -ma" show?
What are the values of the kernel parms: dbc_min_pct dbc_max_pct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 09:13 PM
10-24-2008 09:13 PM
Re: memory not getting release
Pls. find the details in attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 09:18 PM
10-24-2008 09:18 PM
Re: memory not getting release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2008 04:32 AM
10-25-2008 04:32 AM
Re: memory not getting release
vmstat shows you have page outs, and swapinfo shows:
eccdev: /#swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 20000 4190 15810 21% 0 - 1 /dev/vg00/lvol2
reserve - 7429 -7429
memory 5839 2217 3622 38%
total 25839 13836 12003 54% - 0 -
So you're oversubscribed by about 4Gb. You've got 7.9Gb in sysV alone (from the ipcs output) the bulk in segment 1540101 (probably the Oracle SGA with Oracle as a parent) of 1.7Gb or so... and then a 4.6875Gb segment of SAP with 20 attached. Assuming both of those see accesses... that's quite likely the bulk of the User memory load -- and they're fighting with vhand.
Being a Oracle/SAP configuration, you could try lowering filecache_min to get the reserved memory back from the system -- but we're only talking 100Mb tops... and your memory deficit dwarfs that. You've got enough filesystem activity going on that the metadata shows up in the top of the Arena listings (VX inode/global cache, File Cache metadata, etc.).. tuning the VxFS inode maximums might get a little bit of that back, but again -- I wouldn't think that much.
So -- I would expect the memory doesn't come back on a single process exit or user logout because there's still more SAP and Oracle out there... and the SysV segments shouldn't go away until all the attached processes go away. (In other words you would need to do a graceful stop [not kill -9!] or SAP and Oracle to get them to release this memory).
Or in other words, I think you need to either tune Oracle/SAP more appropriately for this box (smaller SGA / whatever SAP uses SysV for) or add about 6Gb of additional memory. What you're running now is simply too much for this box to be performant. Even if you got 1Gb back from System use (which is about the best you could hope for in reality), that would still leave you at least 3Gb short for your workload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2008 07:57 AM
10-25-2008 07:57 AM
Re: memory not getting release
rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2008 08:19 AM
10-25-2008 08:19 AM
Re: memory not getting release
The parameters nmperm and maxperm do NOT exist on HP-UX, so there is NO way to set them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2008 09:43 PM
10-25-2008 09:43 PM
Re: memory not getting release
As mentioned by Patrick these don't exist so you'll have to tell us what they do.
>Meanwhile what are other means we can use the virtual memory.
You are using 54% of it.
>As while purchasing server we had taken oversized server.
As Don says, it isn't oversized now, you need to add more memory or reduce the load.
>Problem is SAP says it is OS level issue and HP says it is application.
They probably should have said it is a load issue. You may be able to tune Oracle and SAP to use less SGA and shared memory.