Kbase 18953: Signal 31 Error During IDXBUILD
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Signal 31 received
index rebuild
CAUSE:
This is caused by the ULIMIT setting being too low. If you increase the ULIMIT, the error will no longer happen & the idxbuild can finish.
FIX:
To determine your current ULIMIT setting, type ulimit on the UNIX command line. Output will appear as:
$ ulimit < return >
2097151
On most Operating Systems you can reset this setting from the command line for a user level session, or via the kernel for a system level setting.
To reset your ulimit from the command line the typical syntax is:
$ ulimit value < return >