Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error
Message
 
 
To
04/08/2003 12:42:35
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Error
Miscellaneous
Thread ID:
00816543
Message ID:
00816579
Views:
16
>I have a user who got a new computer and reinstalled our FoxPro application (from the setup CD). He is getting Error 1150 Not Enough Memory for File Mapping. I haven't been able to find info on this error, so I don't know how to advise him. Has anyone else run across this.
>Thanks,
Hi Becky,

It's known that VFP has sometimes that problem on PC's with 1Gb memory or more and limiting the buffer size may fix it. Try
SYS(3050, 1, 256*1024*1024)
SYS(3050, 2, 256*1024*1024)
Also try to call SYS(1104) after command that process large tables. It clears memory cache and buffers.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform