I suspect the memory leak is caused by the control which displays the web page. Can anyone else verify that the browser control has a memory leak?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rachael Malberg Sent: Tuesday, February 16, 2010 10:41 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Memory Usage out of hand I got the same situation and have even added code to clear all vars plus disconnect/reconnect to the db and the memory use is still the same, the only way to clear it (using V8) is shut down the app and start over. ----- Original Message ----- From: "Dan" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Tuesday, February 16, 2010 10:27 AM Subject: [RBASE-L] - Memory Usage out of hand > > I have one application where I open an instance of R:base with a single > form. The form displays a web page (map of my technicians) and runs an eep > every 15 minutes. I can watch the memory usage of this instance of R:base > go up all day long, and usually about the time it is using a Gig of ram, > it gets an out of memory error. > What sort of things should I look for in my code that would cause memory > to not be released? > > Thanks, > Dan > >

