Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not enough memory for file map (Error 1150)
Message
 
 
À
27/11/2002 11:48:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00727612
Message ID:
00727619
Vues:
79
This message has been marked as the solution to the initial question of the thread.
You can try to limit the size of VFP buffers
SYS(3050, 1, 64*1024*1024)
SYS(3050, 2, 64*1024*1024)
Also try to call SYS(1104) after command that process large tables. It clears memory cache and buffers.

>Has anyone seen this? A client is getting this error running a VFP process on a machine that has 4 gig of memory. I don't know what is in the process. It is not my code and I don't have the source code. They just called me in to see if I have any ideas. Task Manager shows memory usage only up to around 500,000k when the error occurs, so there seems to be plenty of memory available.
>
>Any ideas on what may be the problem?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform