- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxdsiz_64bit value
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
03-05-2005 09:45 PM
03-05-2005 09:45 PM
current value of this kernel parameter on my system is 0X80000000 (2GB), but I see that I have many processes that use above 60% of this size, so as I know it should be increased.
According to my logs, the "biggest" segment size is 1.2GB, so I'm thinking about increasing the size up to 4GB.
My swap utilization is on 0% for some reason.
Just wanted to make sure that my calculations are right and I'm on the right way.
Thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2005 10:33 PM
03-05-2005 10:33 PM
Re: maxdsiz_64bit value
I think there is no problem to increase maxdsiz_64bit to 4GB. You need to increase accordingly the amount of device swap to a minimum of 4GB, for reservation purpose. In the matter, the swap reservation is more relevant than "utilization".
Nourreddine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 02:16 AM
03-06-2005 02:16 AM
Re: maxdsiz_64bit value
Once I get a system running the way it should with acceptable response time, I think twice before making changes.
If a performance analysis and/or user complaint is prompting it, I see no reason not to increase this parameter. Mine is more toward the 4 GB range, I believe.
If the system is running well, and there are no new applications on the horizon, likely to make demands, consider not making the changes.
Swap utilization of 0% is wonderful. That means you have enough memory to runn all your applications without actually paging.
Let me distinguish. Swap should be getting reserved. If thats not happening, make sure the swap area is properly configured. But if its being reserved and not used, pat yourself on the back, you're doing a good job on capacity planning.
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
03-06-2005 02:21 AM
03-06-2005 02:21 AM
Re: maxdsiz_64bit value
As for the swap, here is a swapinfo output:
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4194304 0 4194304 0% 0 - 1 /dev/vg00/lvol3
dev 35553280 0 35553280 0% 0 - 1 /dev/vg_swap1/lvol1
reserve - 7626088 -7626088
memory 12519108 2128456 10390652 17%
As I can see there is a resercation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 07:34 AM
03-06-2005 07:34 AM
SolutionSo if maxdsiz_64 is 2Gb then a program that is trying to get more than that amount will not run, ideally complaining that there are memory limits preventing the program from working as designed. Very, very few programs accomodate limited memory automatically, that is, they do not adjust to the current memory limits, they just terminate.
So you can set maxdsiz_64 to 500Gb if you like -- it doesn't affect the system or memory usage unless a 64bit program needs a lot more than 2Gb.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2005 04:21 PM
03-06-2005 04:21 PM