Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not enough memory for file map
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00705314
Message ID:
00706056
Views:
26
>The application we are running is a night job and there are no other applications running simultaneously. This application spawns another instance of FoxPro in between and the first instance continues to process the rest of the code and finally waits for the second instance to terminate before it terminates.
>
>Do you think that I can explicitly define these parameters in the .INI file considering the fact that no other apps are running simultaneously?
>
>e.g.
>[MEMORY]
>MIN_FOREGROUND = 512000
>
>For a server with 2GB RAM, will 500 MB of RAM be too large to be assigned to ForeGround applications?

No, but a server with 2GB of physical RAM may have lots of problems if a Slot1, SlotA or Soxcket370 processor in it; to have a single processor properly control physical RAM >1G, you need a Slot2 (Xeon) family processor on the motherboard; most Slot2 implementations can control 4GB of physical RAM per processor reliably because of a different address line structure and address decng timing.

>
>
>Rather than specify the memory explicitly, would it be better to determine, what is available and then make assignments?
>

Almost certainly, and it needs to be adjusted dynamically as other processes and services start and stop.
>
>Ria
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform