- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring a new value for maxdsiz
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-19-2003 09:31 AM
03-19-2003 09:31 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:35 AM
03-19-2003 09:35 AM
SolutionYour values show that your maxdsiz is already over 3GB.
3,221,225,472 ( bytes )
So.. you don't need to change anything since you are over 45MB.
If you really wanted to set it to 45MB, either hex or decimals work.
45000000 would be 45MB.
-jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:36 AM
03-19-2003 09:36 AM
Re: Configuring a new value for maxdsiz
"Acceptable Values:
maxdsiz for 32-bit processors:
Minimum: 0x400000 (4 Mbytes)
Maximum: 0x7B03A000 (approx 2 Gbytes)
Default: 0x4000000 (64 Mbytes)
maxdsiz_64bit for 64-bit processors:
Minimum: 0x400000 (4 Mbytes)
Maximum: 4396972769279
Default: 0x4000000 (64 Mbytes) "
It looks to me like you're already well over 145MB.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 09:41 AM
03-19-2003 09:41 AM
Re: Configuring a new value for maxdsiz
The value "0xC0000000" denotes hexadecimal. You can convert this to decimal thusly:
# echo "obase=10;ibase=16;C0000000"|bc
Correspondingly, if you want to find the hexadecimal value for 145MB do:
# echo "obase=16;145*1024*1024"|bc
...which yields:
9100000
For SAM you would specify 0x9100000 .
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2003 08:47 AM
03-22-2003 08:47 AM
Re: Configuring a new value for maxdsiz
Thank you Gurus for your invaluable guidance. The current value for maxdsize is 3 GB, as such, I haven 't reconfigured the value and I have gone ahead and installed the application which is working fine.