9001

From BR Wiki
Revision as of 17:47, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

WorkStack is full

Cause:

There are several possible causes for this error:

  • The statement may be too complex.
  • The string concatenated may be too large.
  • There may be too many nested functions.

Remedy:

Break the statements and expressions into smaller, less complex pieces that contain fewer nested functions. You can also increase the WorkStack setting in the BRConfig.sys file, but remember that work stack space comes from user memory. Or add a line to BRConfig.sys that says i.e.

WorkStack 64000

See also System Limits.