PRB: Setup Toolkit Error "Parser out of memory"Last reviewed: July 23, 1997Article ID: Q114474 |
3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSWhen the setup program created by the Microsoft Setup Toolkit is reading the script, the following error message is given:
Parser out of memory CAUSEThis means that the script interpreter has exceeded its memory limit on some memory object. The memory object could be a data segment, a code segment, or one of the parser tables. There is no way to know which memory object it is. The chance of running out of interpreter table space is rare -- you will almost always run out of code or data space first.
RESOLUTIONTry breaking the script into multiple scripts and try running them independently. This can be done by using Microsoft Test's RUN command. For example:
RUN "_mstest script1.mst"Other tricks that can bed used to reduce the size of the code and data segments include:
REFERENCEFor additional information, please see the following article(s) in the Microsoft Knowledge Base: ARTICLE-ID: Q87455 TITLE : PRB: Test "Parser Out of Memory" Error |
Additional reference words: 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |