Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application is slow on user's machine
Message
De
11/08/2005 12:33:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01040199
Message ID:
01040296
Vues:
18
Hi Naomi,
This is what we use to limit the size to 512 MB
lcmemsize = SYS(1001)
IF(VAL(lcmemsize) > 512000000) THEN
  =SYS(3050,1,512000000)
ENDIF
>>Naomi,
>>
>>= SYS(3050,1,val(SYS(1001))/8)
>>= SYS(3050,2,val(SYS(1001))/8)
>>
>>Should limit your 1 GB machine to about 256 K, evenly split between the Foreground and Background buffers.
>>
>
>How can I found the amount of memory available? Memory() doesn't seem to return someting useful.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform