- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parameter maxsiz and maxsiz_64bit to in...
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-12-2005 12:50 AM
09-12-2005 12:50 AM
I got a request from the application owner to increase this the parameters:
(maxdsiz and maxdsiz_64bit )
# kmtune -q maxdsiz
Parameter Current Dyn Planned Module Version
===============================================================================
maxdsiz 1073741824 - 1073741824
root@ddmph17 [/]
# kmtune -q maxdsiz_64bit
Parameter Current Dyn Planned Module Version
===============================================================================
maxdsiz_64bit 0x80000000 - 0X80000000
-----------------------------------------
OS = B.11.11 U 9000/800
------------------------------------------
Just wanted to know ,
i)what are the things I need to know related to this , I am aware of that it will take a reboot for this.
ii) What this parameters do .
Thanks ,
Veri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 12:56 AM
09-12-2005 12:56 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 12:56 AM
09-12-2005 12:56 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 01:03 AM
09-12-2005 01:03 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
kmtune -s maxdsiz_64bit
Doesn't have to be hex
Same procedure for maxdsiz
# might want to back up the system file.
mk_kernel
cp vmunix vmunix.prev
boot the box.
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
09-12-2005 01:04 AM
09-12-2005 01:04 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
0x80000000 = 2GB
It a pretty big value and I wonder what application can demand more than 2GB ...
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 01:07 AM
09-12-2005 01:07 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=955459
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 01:38 AM
09-12-2005 01:38 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
maxdsiz_64bit is = 0x80000000 = 2GB. (any formula !)
ii) And how much physical memory it is going to occupy if I make it double , that is upto 4GB , I am having 4GB Phy. Memory.
iii) And what will be the (kmtune )value for setting it 4GB ,
many thx.
veri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 01:56 AM
09-12-2005 01:56 AM
Re: Kernel Parameter maxsiz and maxsiz_64bit to increase. !
maxdsiz parameter: is Max Data Segment Size For 32-bit Processes (Bytes)
Where as
maxdsiz_64bit: Max Data Segment Size For 64-bit Processes (Bytes)
Maxdsiz defines the maximum size of the data segment of a process. The default value of is too small for most applications. We recommend this value be set to the maximum value. If maxdsiz is exceeded, the process will be terminated, usually with a SIGSEGV (segmentation violation) and you will probably see the following message:
Memory fault(coredump)
In this case, review the values of maxdsiz, maxssiz and maxtsiz. For more information on these parameters, please see the on-line Help section within SAM's Kernel Configuration. If you need to exceed the specified maximum of 1.9Gb, there are a couple of ways (yet to be supported) to do so. Contact your Hewlett Packard technical consultant for the details. It is important to note that the maxdsiz parameter must be modified in order for these procedures to work. Maxdsiz will need to be set to 2.75Gb or 3.6Gb depending on the method chosen and/or size required. It will also require a manual creation of a new kernel.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 02:07 AM
09-12-2005 02:07 AM