Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Losing my memory
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00698176
Message ID:
00698697
Views:
21
>Hi Peter
>
>I have found that the sudden drop in memory usage only happens if the vfp app goes from a non-minimized state to a minimized state. VFP does not even fire its internal memory free-up routine if the app is not visible! In other words I tried
>
>With _SCREEN
>
> .visible=.F.
> .WindowState=2
> .WindowState=1
> .Visible=.T.
>
>EndWith
>
>but vfp did nothing iro memory since it apparently realizes that it is not visible so therefore does not need to do the windowstate changes and therefore no memory clean up. Otherwise the above would be great LOL.
>
>Jos

Jos,

I've been trying to manipulate (fool) the thing regarding the flicker, but to no avail.
I'd still be interested in the result on alt-tab.
Beware of not having the wrong base-angle here : "... and therefor no memory cleanup". Yeah, if VFP DOES that. But what if the OS doing it (IOW releasing the leaking memory then).

I tried to think of what VFP could release because of minimizing its window, but can't come up with anything, except for added up screen pixels or so.

Jos, is it hard to provide some code that will show the decreasing memory (i.e. emulate this behaviour) ? I'd really like to go along with this since I'm always in for more "speed". Again, this is (IMO) connected to it.

Peter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform