Kbase P11676: Errors 4 and 6498 cause ABL client to quit
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Errors 4 and 6498 cause ABL client to quit
** Error : Unable to allocate more memory for records or variables. (4)
** Error 12 : Unable to allocate more memory for records or variables. (4)
** stget: out of storage. (6498)
CAUSE:
ulimit was set too low
FIX:
Modify ulimit settings:
ulimit -d "unlimited"
ulimit -f "unlimited"
ulimit -m "unlimited"
ulimit -s "unlimited"
ulimit -t "unlimited"
ulimit -n "unlimited"
ulimit -v "unlimited"