Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
InitFromInternetExplorer
#1
Hello Gintaras,
I am not sure if this is bug or sort of misuse.
I have a function that eats memory on each run. So i looked into it in debug mode and with Process Explorer. It shows that InitFromInternetExplorer adds up 6.5MB to Working Set on single use. This way it pumps up QM memory set until "denial of service".
I use QM last version but the problem existed long ago, i was just automatically restarting QM on such occasion. Now I use function more extensive and need to clean it up.
Thanks,
vlad
#2
Usually it happens in web pages that have many scripts that run when loading page. Disable scripts. Or run the macro in separate process.

Macro Macro2466
Code:
Copy      Help
HtmlDoc d.SetOptions(1)
d.InitFromInternetExplorer(...)


Forum Jump:


Users browsing this thread: 2 Guest(s)