> Hello All,
> My vfp application sometimes uses up 90 + % of the computer resources and causes other programs to crawl. is there some command where i can set the max uses whether as a percentage of a amount k
>
Hi,
See Sys(3050), you can for instance set buffer memory size (foreground/background) to ~16MB:
SYS(3050,1, 16000000)
SYS(3050,2, 16000000)
hth
-Stefan