Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
? Insufficient Memory Message at startup VFP3.0
Message
From
23/04/2001 15:42:17
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00497619
Message ID:
00498710
Views:
14
>Both of you have stumbled onto something - I have "too Much" memory:
>I have
>3 PC not working
>about 523 MB RAM
>425 MB RAM
>458 MB RAM
>one working
>about 130 MB RAM
>
>All three of those NT system are autocad type systems requiring that memory!
>Al mentions the TMPFILES setting and that helps eliminate another problem (I was not even aware of), but is this the command that is needed in Config.FPW?
>
>SET SYS(3050,,256)

I don't think you can issue this in CONFIG.FPW. You'd need to set it in your MAIN program. Alternately, you could make a small "launcher" program that sets the value, then calls your main application:
* LAUNCHER.PRG
=SYS(3050,,256)
DO <i>MainProgram.EXE</i>
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform