Kbase P132118: Gettng 1137 error when trying to start many database on a 64 bit platform.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/11/2008 |
|
Status: Unverified
SYMPTOM(s):
Gettng 1137 error when trying to start many database on a 64 bit platform.
Maximum number of shared-memory identifiers exceeded. (1137)
FACT(s) (Environment):
-SHMSNI = 4096
increased -nofiles from 1024 to 2048 no change in behavior.
Number of memory segments in use is only 96
Linux Intel EM64T
OpenEdge 10.1B 64-bit
CAUSE:
The 1137 message is erroneous in this case as this problem is not with the number of segements being created, but the fact the OS was out of physical memory.
FIX:
Reduce the -B for each database until all databases start or add additional memory.