Kbase P27025: stget: out of storage (6498) while running idxcheck
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
SCO UnixWare 7.1.1
SYMPTOM(s):
** stget: out of storage. (6498)
** Error : Unable to allocate more memory for records or variables. (4)
CAUSE:
Kernel parameters HVMMLIM and SVMMLIM set too low.
FIX:
The resource limit kernel parameters HVMMLIM and SVMMLIM (total address space that can be mapped to a process)should be set to unlimited.
By association, SSTKLIM and HSTKLIM (stack limit size for a process) needs to be tuned in line with SVMMLIM and HVMMLIM, because the amount of virtual address space reserved for the stack is counted against the process's total address space limit represented by SVMMLIM (HVMMLIM). Therefore, an increase in SSTKLIM may require a corresponding increase in SVMMLIM. )
HVMMLIM 0x7FFFFFFF
SVMMLIM 0x7FFFFFFF
HSTKLIM 0x7FFFFFFF
SSTKLIM 0x7FFFFFFF
Relinking the kernel and system reboot is required in order for these changes take effect.