- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Current value for Kernel parameter
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
09-13-2006 02:22 AM
09-13-2006 02:22 AM
I would like to know which is the current value for a kernel parameter for instance "maxdsiz".
I would like to know the real value not the set value....
Because I have the error message :
xcalloc: Unable to allocate 4096 blocks of 1 bytes
generated by Squid
My OS is HPUX 11.00
Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:25 AM
09-13-2006 02:25 AM
Re: Current value for Kernel parameter
Should give you what you are looking for.
Unless I misunderstand your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:25 AM
09-13-2006 02:25 AM
Re: Current value for Kernel parameter
# kmtune -l maxdsiz
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:13 PM
09-13-2006 02:13 PM
Re: Current value for Kernel parameter
/usr/sbin/kmtune -l -q maxdsiz
l - prints a detailed report;
q - query the value of specified system parameter.
Cheers,
flg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:19 PM
09-13-2006 02:19 PM
Re: Current value for Kernel parameter
Also following link has some good info in regards with squid config and memory issues
http://wiki.squid-cache.org/SquidFaq/SquidMemory#head-3da538dc64ac0575720762e73a506ccaca6d65f0
Cheers,
Florin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 02:35 PM
09-13-2006 02:35 PM
Re: Current value for Kernel parameter
ulimit -a
to verify that memory is unlimited (which means up to maxdsiz). NOTE: You must be logged in as the Squid user to view the ulimit setting in case ulimit is different for other users.
Bill Hassell, sysadmin