Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error
Message
From
05/08/2003 10:40:21
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:
00816872
Views:
27
Hi,
Thanks for the reply....I put this in the startup of his exe and it ran with no errors. I wonder now, if I put it in the next release that goes to everyone, will it be OK? We have 25 users will all different OS, so I don't want to add anything that will hurt them.
Thanks,
Becky

>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform