Kbase P88237: Client runs piece of code and generates error 5635 indicating the -s should be increased
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2009 |
|
Status: Verified
SYMPTOM(s):
client runs piece of code and generates error
SYSTEM ERROR: -s exceeded. Raising STOP condition and attempting to write stack trace to file 'procore'. Consider increasing -s startup parameter. (5635)
Code was not changed.
Database has not changed.
Procedure Code is not compiled.
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)
CAUSE:
This message typically relates to the operations performed within the client code.
Stack overflow errors are most likely when data definitions are loaded for very large tables or use recursive procedures.
FIX:
Increase the value for -s for the startup parameters of the client.
The default for a single user and multi-user sessions is 40.
The minimum is 9 and the maximum is limited by available memory.
-s is measured in 1kb units.
Note: It is recommended that the -s session startup parameter be set to 128.
Setting this startup parameter to a smaller value may result in runtime errors in some environments.