- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Max'd memory
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
07-20-2004 04:43 AM
07-20-2004 04:43 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 04:49 AM
07-20-2004 04:49 AM
SolutionCheck them
kmtune -lq dbc_max_pct
kmtune -lq dbc_min_pct.
The default value is at 50 % and then you will watse a lot of memory for that. Buffer cache(dynamic) is ok at 5-10%
Also UNIX95= ps -ef -o "vsz,args,ruser"|sort - rnk1 will give you the list of who is using the maximum memory
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 05:13 AM
07-20-2004 05:13 AM
Re: Max'd memory
kmtune -lq dbc_max_pct
kmtune -lq dbc_min_pct.
should not be set to far apart. Mine are 5 for min and 7 or 8 for max.
It's very expensive to change that settigns in terms of cpu and performance.
More on perf tuning.
http://www2.itrc.hp.com/service/cki/search.do?category=c0&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=UPERFKBAN00000726&search.y=8&search.x=28&mode=id&admit=-1335382922+1090343493238+28353475&searchCrit=allwords
I'm attaching a good perf data collection and script and some advice.
Just because a system usues its memory is not necessarily a problem. Its in there, there is no problem with using it. The thing you want to look for is specific performance problems.
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
07-20-2004 05:16 AM
07-20-2004 05:16 AM
Re: Max'd memory
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 05:56 AM
07-20-2004 05:56 AM
Re: Max'd memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 05:58 AM
07-20-2004 05:58 AM
Re: Max'd memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 06:11 AM
07-20-2004 06:11 AM
Re: Max'd memory
What kind of application are you running on this machine? 2 GB of RAM on an rp7410 is not much at all. The first thing I would do is bump that amount up. I'd do a least 6 and maybe 8GB.
At a minimum you need an addition 1100 MB or so since that is what is currently sent to your device swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 06:40 AM
07-20-2004 06:40 AM
Re: Max'd memory
Patrick has definitely summed it up...you are paging out. And depending on what your running, and how well it runs and releases resources, you definitely need to increase your memory.
On the application side..you might watch this. If you set your maxdsize (max data segment size ) and your maxssize (max stack segment size) too high, than an application can take up more resources. If it is coded poorly or doesn't releases resources well...you will feel it with high mem utilization. I try to hold these values as low as I possibly can, cause I have run into too many 'cowboys' who haven't got a clue what their lousy app is doing to the system (and care even less)...
So there are a number of things to watch for. GlancePlus is good for watching some processes to see who might be hogging more than they should. And with only 2Gb, you need to guard it closely.
But take Patrick's advice.....request another 6Gb of memory.
Just a couple thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 06:46 AM
07-20-2004 06:46 AM
Re: Max'd memory
Memory usage by itself is not bad, page out is...because the processes will not all fit in RAM. There are many question to answer: what are you running? How much RAM is used for processes and how much for shared memory? If this is a database server, your DBA may be optimizing database memory for performance but does not realize that the system needs more RAM.
Bill Hassell, sysadmin