Monday, October 25, 2004

Purge VFP Memory - Follow Up

As I blog here, VFP doesn't release its allocated memory assigned by OS (Windows) after a long run/heavy memory usage process, and commands like CLEAR ALL, CLOSE TABLE ALL and etc doesn't alway help. (or may be it doesn't release all memory)

I found an old VFP function that able to release its allocated memory and back to the minimum memory usage required to run VFP, that is
SYS(3050, 1, 1000)
So, set the VFP foreground memory buffer size to minimun or set your optimized memory buffer size after a long run process should helps to improve performance in long processes. And it is in my testing. :)

0 Comments:

Post a Comment

<< Home