Kbase 18801: stget: Out of Storage. (1450) on DEC
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/1/2001 |
|
Status: Technically Reviewed
GOAL:
Steps to troubleshoot error 1450
FACT(s) (Environment):
Digital UNIX
SYMPTOM(s):
bfblst -- Too many block levels. Increase -nb parameter. (1)
** stget: out of storage. (1450)
FIX:
1) First try increasing the heap stack Server parameter (-hs).
2) If the problem persists, the equivalent to the MAXUMEM
parameter on Digital UNIX may need to be increased.
3) According to Digital, in order of impact on process
use of memory, params are:
max-per-proc-address-space - Includes indirect references
like shared libs, etc.
max-per-proc-data-space - limited by address-space above.
To list these values..
axp10(plamothe): /sbin/sysconfigdb -l|grep data
per-proc-data-size = 1342177280
max-per-proc-data-size = 2073741824
- OR -
axp10(plamothe): /sbin/sysconfigdb -l|egrep 'data|address'
per-proc-data-size = 1342177280
max-per-proc-data-size = 2073741824
max-per-proc-address-space = 2073741824
per-proc-address-space = 2073741824
Note, as in the above example, that it is not unusual to have the
kernel subsystem proc: per-proc-data-size set to more than a
gigabyte.