Consultor Eletrônico



Kbase P12168: Not enough memory to execute a particular request on HPUX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/02/2005
Status: Verified

FACT(s) (Environment):

HP-UX

SYMPTOM(s):

Attempting to startup a Progress process such as _progres.

** stget: out of storage. (1450)

** There is not enough memory to allocate a sort buffer. (538)

CAUSE:

The problem is that the Progress client is running out of memory, since it dynamically allocates memory as needed, the only limit would be the UNIX MAXUMEM limit or system memory available. However, MAXUMEM is not used on HPUX anymore. MAXUMEM has been segmented into separate memory pieces, they are: DATA, STACK, and TEXT.

FIX:

The following was found by doing 'sysdef':
Process Related Parameters
maximum size of data segment(maxdsiz) = 16384
maximum size of stack segment(maxssiz) = 2048
maximum size of text segment(maxtsiz) = 16384

The maxdsiz is the piece of memory most important to this error. This is the area where records are stored in memory for processing. Increase maxdsiz per you O/S System Administration Guide in order to resolve this issue.