Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not enough memory to complete,, Err# 43
Message
 
 
À
18/02/2011 07:47:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01500594
Message ID:
01500999
Vues:
77
Thank you. Very useful hints. I will look into them.
Cyrus


>>All of a sudden we are getting the following error:
>>
>>"Not enough memory to complete this operations" - Error # 43
>>(When trying to save an order).
>>
>>They also get the "Run Command Failed" error, when the application needs to run an external Executable.
>>
>>- What could be causing this ?
>>
>>- How can I check the amount of memory available in Windows ? (Not from VFP, but from the Windows Run command).
>>And then find out what is occupying that memory space ?
>>
>>Any ideas would be appreciated.
>>Thanks
>
>Test limiting memory with something like:
>
>= SYS(3050, 1, VAL(SYS(3050, 1, 0)) / 3)
>= SYS(3050, 2, VAL(SYS(3050, 2, 0)) / 3)
>
>or specific:
>
>=SYS(3050, 1, 512*1024*1024)
>=SYS(3050, 2, 512*1024*1024)
>
>see: http://msdn.microsoft.com/en-us/library/z5z3a4y8%28v=vs.80%29.aspx
>
>and after a command that does a lot of processing:
>
>= SYS(1104)
>
>There is also this bug:
>http://support.microsoft.com/kb/957235#appliesto
Cyrus Nima
-------------------
cyrusnima@gmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform