Operating System - HP-UX
1834637 Members
2638 Online
110069 Solutions
New Discussion

Can I set maxdsiz to 3GB?

 
SOLVED
Go to solution
MA Qiang
Regular Advisor

Can I set maxdsiz to 3GB?

Is maxdsiz+maxssiz must less than 2GB?

Thanks.
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: Can I set maxdsiz to 3GB?

Look at the maximum values supported in /usr/conf/master.d/core-hpux file. It might be possible to set it that high. But why do you require it to be set that high?? While maxdsiz setting at 1GB, is generous, the values for maxsiz and maxtsiz at starting at 64 mb is enough in most cases.
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor

Re: Can I set maxdsiz to 3GB?

Alessandro Pilati
Esteemed Contributor

Re: Can I set maxdsiz to 3GB?

If I'm not wrong, the maximum values allowed should be the following:

maxdsiz (32bit) -> 4 GB
maxdsiz_64bit -> 4 TB

maxssiz (32bit) -> 383 MB
maxssiz_64bit -> 1 GB

if you don't try, you'll never know if you are able to
MA Qiang
Regular Advisor

Re: Can I set maxdsiz to 3GB?

All the replies are helpful.
Thanks.