Kbase 21499: Possible Causes For Error 893 on Windows NT, 2000
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/9/2001 |
|
SUMMARY:
Occasionally working on a Windows NT or Windows 2000 platform you might get System Error 893:
SYSTEM ERROR: strent request for more than 32K. (893).
EXPLANATION:
One possible cause for this is an excessive use of memory; possibly due to inappropriate use of the startup parameters. In this case by spawning too many servers.
SOLUTION:
This could happen, for example, if you set the -Mn (number of servers) too high and -Ma (max. clients per server) too low. Like this:
-Ma 1 -Mn 51 -n 51
If you change the startup parameters to this:
-Ma 5 -Mn 10 -n 51
- or -
-Ma 10 -Mn 5 -n 51
you will still be servicing the same number of users, but the memory requirements will be lower.
References to Written Documentation:
Progress System Administration Guide and Reference