Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory
Message
From
08/11/2009 14:41:42
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Memory
Miscellaneous
Thread ID:
01433682
Message ID:
01433772
Views:
101
>As 32-bit application VFP cannot address more that 2GB of memory. It obviously can use more than 10MB of memory you mentioned. The SYS(3050) controls how much memory VFP can use for the buffer memory (cache). The rest of memory VFP allocates dynamicaly when it needs it.

Well, on one hand you're right, on the other hand one should consider that VFP is not a typical application environment. VFP has the unique ability to flush its data chaches to disk automatically and getting it out of the address space which has a 2GB limit. Therefore a single application could work easily way beyond the 2GB of data without having to exlicitely having to deal with this.

Personally I've never seen a VFP app take more than several 100MB, and even then this was because of the use of using a crystal reports component rendering a large report.








>>My FoxPro 9 SP2 sees 10,022,998 for memory. I have 8 gigs available. Is there a way to get VFP to use a lot more of the memory? I've been looking at:
>>
>>Progcache = number of pages
>>
>>Am I on the right path?
Previous
Reply
Map
View

Click here to load this message in the networking platform