Operating System - HP-UX
1753878 Members
7246 Online
108809 Solutions
New Discussion юеВ

Re: memory allocation error

 
Ivan_8
Occasional Contributor

Re: memory allocation error

I have just received a reply on my query: Clay Stephenson advises to increase maxdsiz rather than maxssiz.

I looked again on kernel parameters and found that maxdsiz is 688776 pages (1page=4Kb), corresponding 64 bit value is 4194304 pages. Therefore, data size is above the amount of physical memory available and this can not solve my problem.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: Re: memory allocation error

Hi Ivan:

Wrong. Maxdsiz (32-bit) and maxdsiz_64 are in bytes not pages.
If it ain't broke, I can fix that.
Patrick Wallek
Honored Contributor

Re: Re: memory allocation error

See this URL for information on maxdsiz and maxdsiz_64. Clay is corret -- the values for these parameters are in BYTES.

http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxDsiz.html