Kbase 13902: Error (1450) May Indicate the Need to Increase -hs Parameter
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/2/2003 |
|
Status: Unverified
FACT(s) (Environment):
UNIX V.4
SYMPTOM(s):
** stget: out of storage. (1450)
CAUSE:
PROGRESS sets -hs internally to guarantee sufficient heap space. The process heap is used for dynamic memory allocation, and in the System V shared memory model, is mapped directly below shared memory in the PROGRESS process' virtual memory space. This either (1) puts an upper limit on the heap size or (2) causes heap allocation to continue to grow above shared memory, greatly increasing the process size. PROGRESS overcomes this problem by setting -hs to an appropriate default value for each machine class.
FIX:
Error (1450) may indicate the need to increase -hs parameter
If a user is getting an error (1450) "stget out of storage" on a UNIX box running System V.4, they may need to increase their -hs client startup parameter. Some customers have had to increase -hs to 500 and sometimes even to 1000, depending on their enviornment.