- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to reduce the memory used by sys
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
12-14-2006 03:20 AM
12-14-2006 03:20 AM
our environment is hpux11.23 based-on Itanium, when i used glance to monitor the performance, i found almost 1.2 GB memory used by os itself, so why os used so many memory and how can reduce it?
Thanks
Darrel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 05:51 AM
12-14-2006 05:51 AM
Re: how to reduce the memory used by sys
Add some load to your system, i.e. run a few processes, and see if that number goes down or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 05:56 AM
12-14-2006 05:56 AM
Re: how to reduce the memory used by sys
You could decrease certain kernel tunables, such as those that control the size of system tables (e.g. nproc or nfiles), and then recompile your kernel and reboot. However, 1.2GB for 11iv2 on Itanium seems quite acceptable. In fact, to improve performance, you may want to _increase_ certain kernel parameters, thereby increasing system memory usage.
If you're experiencing a RAM crunch, check if you have a dynamic buffer cache enabled. If so, make it static by setting dbc_max_pct = dbc_min_pct. Then steal memory from it.
http://docs.hp.com/en/B8725-90103/ch12s03.html
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 09:27 AM
12-14-2006 09:27 AM
Re: how to reduce the memory used by sys
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 12:23 AM
12-15-2006 12:23 AM
Re: how to reduce the memory used by sys
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 12:36 AM
12-15-2006 12:36 AM
Re: how to reduce the memory used by sys
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 11:28 AM
12-15-2006 11:28 AM
SolutionThis is quite normal for Itanium boxes. Comparing the two very different architectures is not useful.
> do you think it's possible that because 'swapmem_on', seems with it open os will set aside some memory for swap, do you have any idea about how swapmem_on works and how much memory it will cost?
No, the kernel does not use any local RAM for swapmem_on. Swapmem_on is a technique to reduce unused swap space. When swapmem_on=0, then the kernel requires every process to have swap reserved. So 4Gb of RAM with 1Gb of swap means that nothing will run beyond the 1Gb swap space. Set swapmem_on=1 and now up to 75% of total RAM can have processes running without any swap reservation -- the 1Gb swap space is now in addition to the 75% of RAM.
> Hi Bill, by the way, how do you know our physical memory is 4GB, is there any relationship between 'sys memory' and 'phy memory'?
That was just a guess. There is no direct relationship between kernel memory and physical memory. A system with 64Gb of RAM can have a kernel with 1.2 Gb system memory. However, with that much RAM, it is likelt that several system tables like nproc and nfile are significantly larger which will increase the kernel space. For Itanium kernels, you can expect about them to occupy about twice as much RAM given similar kernel parameters and drivers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 01:22 AM
12-18-2006 01:22 AM