[CR #276729] If the maximum number of file descriptors is set to a value higher than 1024, SySAM does not run.
Workaround: To avoid this problem:
Set the file descriptor limit to 1024, using one of these commands:
In Bourne or Korn shell:
ulimit -n 1024
In C shell:
limit descriptors 1024
Run SySAM.
To run EAServer with a higher limit than this, use another shell. See “Concurrent client connections are limited” for more information.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |