1207 SnapShot: out of memory
Keywords:
Question:
I am running the most current version of WinBatch, using the command Snapshot with in a loop and is getting the error 1207 Snapshot: out of memory. There seems to be 160 MB of available memory. There was no last error info written to the wwwbatch.ini file.The script has a loop that: opens IE version 5.5, takes a snapshot, does some binary operations, and closes IE before looping again.
Is there any known memory leak in the SnapShot command?
Any ideas?
Answer:
No known memory leak problems with Snapshot. Make sure you are freeing the binary buffers, each time the loop is executed.User reply:
Apparently the problem was not with snapshot, but with Internet explorer. I created a loop that simply opens and closes Internet explorer 5.5 and each time IE is closed, the system loses 2MB of memory.....
Article ID: W14842