The information in this article applies to:
SUMMARY
FoxPro does not use the memory specifications in a program information file
(PIF). This is because FoxPro is running under an MS-DOS Protected Mode
Interface (DPMI)-compliant memory manager (Microsoft Windows).
MEMLIMIT=<% of available memory>,[<minimum memory requested (K)>],[<Maximum memory limit (K)>]NOTE: When you use the MEMLIMIT command, be sure to include the last two parameters on the command. In the following example, using MEMLIMIT=85 may not yield the same result as using all three parameters:
For more information about MEMLIMIT, see page 1-2 in the "Update" manual.
MORE INFORMATION
The 32-bit Extended version of FoxPro (FOXPROX.EXE) is a DPMI client.
Therefore, it allocates memory from the DPMI server just like Windows does.
The 32-bit version of FoxPro does not use the pool of extended and expanded
memory that Windows apportions to it based on the PIF.
Additional query words: FoxDos 2.50 2.50a 2.50b
|
|
Last Reviewed: August 25, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |