- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxdsiz max and maxdsiz_64 max
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
05-13-2002 12:28 PM
05-13-2002 12:28 PM
If you have a 32bit app and you have the maxdsiz_64 bit set at about double the maxdsiz does that have an affect on the 32bit app?
Sure appreciate any input.
As always answers greatly appreciated and points will be given promptly.
Thanks,
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:32 PM
05-13-2002 12:32 PM
SolutionTry this link for more info on maxdsiz,
http://docs.hp.com//hpux/onlinedocs/os/KCparam.MaxDsiz.html
There is a max value to maxdsiz that you can set. It is there in the link. A 32 bit application should not be affected by madsiz_64bit parameter.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:43 PM
05-13-2002 12:43 PM
Re: maxdsiz max and maxdsiz_64 max
Minimum: 0x400000 (4 Mbytes)
Maximum: 0x7B03A000 (about 2GB)
Q2 :-
No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 12:47 PM
05-13-2002 12:47 PM
Re: maxdsiz max and maxdsiz_64 max
The link gave me the exact answer I was looking for.
Thanks to all, Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 06:06 PM
05-13-2002 06:06 PM
Re: maxdsiz max and maxdsiz_64 max
maxdsiz sets a limit on 32bit apps--period. maxdsiz_64 limits only 64bit programs. There is no interaction between the parameters and setting a large value has no effect on any process other than allowing to grow larger.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 07:27 AM
03-14-2003 07:27 AM
Re: maxdsiz max and maxdsiz_64 max
and 4396 GB for maxdsiz_64
Is this correct or is it 2GB?
also what about HP 10.2 is it the same?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 11:46 AM
03-14-2003 11:46 AM
Re: maxdsiz max and maxdsiz_64 max
I think I got it:
maxdsiz
This is the max data segment size per process
The size should a multiple of 4096 ( The system pagesize)
the maximum mazdsiz is:
For HP11.11 -> 4294963200 -> 0xFFFFF000
For HP 11.0 -> 3221225472 -> 0Xc0000000
For HP 10.20 -> 2063835136 -> 0X7B03A000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 12:19 PM
03-14-2003 12:19 PM
Re: maxdsiz max and maxdsiz_64 max
Bill Hassell, sysadmin