Consultor Eletrônico



Kbase P128099: Index Rebuild fails with error 11473
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/06/2011
Status: Verified

SYMPTOM(s):

Index Rebuild fails with error 11473

Getting error 11473 with idxbuild

ERROR - Failed to allocate memory, instance id is 6. (11473)

ERROR - Failed to allocate memory, instance id is . (11473)

Specifying a high value for -B with the proutil command

-B is set to 10000 or higher

FACT(s) (Environment):

OpenEdge 10.1B
All Supported Operating Systems

CAUSE:

The OS is preventing proutil from allocating more memory, for example due to a setting of one of the kernel parameters.

FIX:

Decrease the value of -B to around 1000, for example:protutil mydatabase -C idxbuild all -TM 30 -TB 30 -B 1000 -SG 64