- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel dynamic memory issue
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-03-2003 12:17 PM
02-03-2003 12:17 PM
kernel dynamic memory issue
I have an L class server. we have 4.0 gb of memory. however the free memory currently is on 34 mb. On running the kmeminfo, dynamic memory usage of kernel is 1.3 g which is high out of which malloc is using 402.8 mb and kalloc is using 899 mb which is high. I have installed the patches to fix the issue as per HPs support. Is there anybody out there who had experienced the same problem. I know on the other systems the dynamic usage of kernel memory should be only about 300 mb.
Please help
thank you
shabbir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:27 PM
02-03-2003 12:27 PM
Re: kernel dynamic memory issue
2) attach output of a kmtune command.
3) Maybe try some data collection over time to get and analyze performance data. See the script I attached.
P
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-03-2003 12:32 PM
02-03-2003 12:32 PM
Re: kernel dynamic memory issue
In the Physical memory usage summary of kmeminfo, how much are you finding for Bufcache?.
I believe what you heard was about the dynamic buffer cache which is to be set to around 300MB.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 03:09 PM
02-03-2003 03:09 PM
Re: kernel dynamic memory issue
What's your value of kernel parmerter "dbc_max_pct"? its default value is 50, which will take 50% of your physical memory as dynamic cache, you should change it to 15.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 03:25 PM
02-03-2003 03:25 PM
Re: kernel dynamic memory issue
with your RAM size even 10% would be fine for the UNIX buffer cache.
How about all those tables? ninode, nproc, nfile, nkthread, etc.
I can only guess they are huge...
Maybe you don't need those set that high?
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 04:52 PM
02-03-2003 04:52 PM
Re: kernel dynamic memory issue
Here the output of kmtune,kmeminfo and sysdef
the HP support has turned it over to the labs.
I am going to run simple performance (sar,vmstat) any ideas how to get hold of vmtrace/tusc/q4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 04:56 PM
02-03-2003 04:56 PM
Re: kernel dynamic memory issue
The first file was kmeminfo(0203)was 24 hrs after the reboot.while 0131 was just after the reboot.
heres the other data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:01 PM
02-03-2003 05:01 PM
Re: kernel dynamic memory issue
heres the sysdef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:16 PM
02-03-2003 05:16 PM
Re: kernel dynamic memory issue
The output you provided doesn't really tell too much. If you are talking about a kernel memory leak you need to provide "kmeminfo" without any options. You mentioned HP provided patches - did that confine/fix these leaks? If the memory usage is from applicaction usage there is little HP can do.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:23 AM
02-04-2003 12:23 AM
Re: kernel dynamic memory issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 11:42 AM
02-04-2003 11:42 AM
Re: kernel dynamic memory issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:15 PM
02-04-2003 12:15 PM
Re: kernel dynamic memory issue
PHKL_28172 may help to prevent fragemtation of the superpage pool. The bucket[11] usage may be caused by a large VxFS inode cache. You could try to set the vx_ninode kernel tunable to say 20000 as a test.
These are only guesses. For a detailed analysis you should log a call with your local response center.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 11:11 AM
02-05-2003 11:11 AM
Re: kernel dynamic memory issue
Thanks for the tip. I tuned the vx_ninode to 16200 and vx_noifree to 1 and so far the system is showing that total dynamic memory usage is 198 mb which is very good. and also the bucket 11 and kalloc are also pretty low.
By the way one question could anyone tell me how does all these information from kmeminfo correlate to different systems like vxfs etc. or if you direct me to good source of OS/kernel internals understanding.
Very nice forum and hope to learn new things every day.