How to Configure FoxPro for Maximum PerformanceLast reviewed: May 16, 1996Article ID: Q102787 |
The information in this article applies to:
FoxPro 2.x OnlyWhen you want to get the most out of FoxPro and the memory available and are not running other applications in Windows, add the following line to the CONFIG.FPW file:
MEMLIMIT = 85This line will cause FoxPro to take 85 percent of the memory available under Windows, thus limiting the number of other applications or utilities that can be open at the same time. MEMLIMIT defaults to 1.5 MB if the MEMLIMIT command is not included in the configuration file. However, the MEMLIMIT statement will not have any effect in Visual FoxPro since memory is dynamically allocated to the program. NOTE: Visual FoxPro does not use the MEMLIMIT command.
FoxPro 2.x and Visual FoxProTo further increase performance, add the following lines to the CONFIG.FPW file:
REFRESH = 0,0 STATUS BAR = OFFIn addition, if you are on a network, make sure your temporary, sort, and work files all point to a local or RAM drive, provided the RAM drive is large enough.
MORE INFORMATIONFor more information about optimizing Visual FoxPro, refer to the Optimizing Your System topic in online Help.
REFERENCES
FoxPro 2.x for Windows"Installation and Configuration," version 2.5, Chapter 3, "Optimizing Your System"
|
Additional reference words: FoxWin VFoxWin 2.50 2.50a 2.50b 2.60 2.60a 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |