Kbase P7432: Unable to start more than 58 agents
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/10/2009 |
|
Status: Verified
SYMPTOM(s):
Unable to start more than 58 agents
Server exec error Too many open files (8109)
FACT(s) (Environment):
Progress 9.x
UNIX
OpenEdge 10.x
CAUSE:
OS limitation for number of opened files
FIX:
Before starting AdminServer, increase the limit for number of opened files as follows:
1.- Query the current value for maximum number of files descriptors or opened files using
ulimit -n
2.- Increase this value using
ulimit -n <# of desired file descriptors>
Example:
ulimit -n
1024
Increase the current value to 2048
ulimit -n 2048