well I don't use a browser control, this is just general data management.
As it's used, memory use will grow all day long, and no matter what is done,
it will not clear till the app is closed. You (and infact everyone) should
see this behavior with other shared apps on a windows network, although you
won't reach a 'tapped out' state for most, you will see the memory use will
grow and grow as people use it but it will never go down no matter what...at
least I haven't found away to release it yet and personnally I (and my
network admin) think this is MS file sharing causing it and not something
RBase can control. Anyone else have some thoughts on this?
----- Original Message -----
From: "Dennis McGrath" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Tuesday, February 16, 2010 10:44 AM
Subject: [RBASE-L] - Re: Memory Usage out of hand
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