PRB: Error "System resources exhausted" When LinkingLast reviewed: July 22, 1997Article ID: Q123872 |
5.10 5.13 5.15 5.20 5.30 5.31 5.31.009 5.50 5.60
MS-DOS
kbtool kbprb
The information in this article applies to:
SYMPTOMSAttempting to link a program with SHARE.EXE loaded can produce this error:
System resources exhausted. Abort, Retry, Fail? CAUSELINK and NMAKE keep a large number of files open. The buffer that holds file sharing information or the number of simultaneous file-region locks exceeded the default values for SHARE.EXE.
RESOLUTIONHere are two possible workarounds:
STATUSThis behavior is by design.
MORE INFORMATIONThe /L parameter specifies the maximum number of file-region locks. By default, SHARE.EXE supports up to 20 simultaneous file-region locks. The /F parameter for SHARE specifies the size of the buffer in bytes used to hold file sharing information. This information includes the fully qualified path name of each open file, along with some additional overhead. By default this buffer is 2048 bytes in size.
|
Additional reference words: 5.10 5.13 5.15 5.20 5.30 5.31 5.31.009
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |