Article ID: 139157
Article Last Modified on 7/1/2004
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 6.0 Professional Edition
This article was previously published under Q139157
SUMMARY
In previous versions of FoxPro, you could limit the amount of memory
available to FoxPro by including a MEMLIMIT statement in the FoxPro
configuration file. Visual FoxPro no longer uses the MEMLIMIT statement.
Visual FoxPro dynamically allocates memory as it is needed; therefore the
total amount of memory that Visual FoxPro is using varies at any given
time.
When testing a Visual FoxPro application, you may need to test the
application on systems that have varying amounts of memory. This is
particularly important when determining the system requirements (memory
requirements) for a Visual FoxPro application. The only way to limit the
amount of memory available to Visual FoxPro is to limit the amount of
memory available to the operating system, so the method used to limit the
memory available to Visual FoxPro will vary depending on the operating
system.
Keywords: kbhowto kbenv KB139157