MEMLIMIT Command Can Be Used in FoxPro/UNIX Config.fpu

Last reviewed: August 28, 1995
Article ID: Q120954
The information in this article applies to:
  • Microsoft FoxPro for UNIX, version 2.6

SUMMARY

The MEMLIMIT command is not listed on page 45 of the FoxPro for UNIX "Installation and Configuration Guide"; however, this command has been implemented in FoxPro for UNIX.

You can limit how much memory FoxPro uses by including the MEMLIMIT command in the config.fpu file.

The syntax for the MEMLIMIT command is:

   MEMLIMIT <percentage of available memory>,
            [<minimum memory (kilobytes)>],
            [<maximum memory (kilobytes)>]

You can view the effects of the MEMLIMIT command by using the SYS(1001) function.

REFERENCES

FoxPro for UNIX "Installation and Configuration Guide"


Additional reference words: FoxUnix 2.60 configuration config docerr
KBCategory: kbenv kbdocerr
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: August 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.