PRB: Troubleshooting "System Resources Exhausted" Error

Last reviewed: April 20, 1995
Article ID: Q95248
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, and 2.5a

If you receive the error message "System Resources Exhausted" in Microsoft FoxPro versions 2.0 and later for MS-DOS, do the following to recover system resources:

  1. Increase the number for the FILES setting in your CONFIG.SYS file.

  2. Increase the number for the BUFFERS setting in your CONFIG.SYS file.

  3. Make sure HIMEM.SYS is loaded, and try increasing the number for it or try adding the /NUMHANDLES=<n> parameter, where <n> is 1-128. For example:

          DEVICE=C:\HIMEM.SYS /NUMHANDLES=45
    

    The function of this option is to set the maximum number of Extended Memory Block (EMB) handles that can be used at any given time. Specify the amount of memory in kilobytes. The minimum value is 1, the maximum is 128, and the default is 32. Each additional handle requires an additional 6 bytes of resident memory.

  4. Make sure SHARE.EXE is loaded for peer-to-peer networks with the following minimum parameters of /F:5120 and /L:500.

  5. If you are using a Novell network, increase the setting of the FILE HANDLES line in the SHELL.CFG or NET.CFG files.

  6. Close any open windows and turn off borders.


Additional reference words: FoxDos 2.00 RESOURCES memory tshoot 2.50 2.50a
errmsg err msg novel
KBCategory: kbprg kberrmsg kbprb
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 20, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.