Yah,
The one with the browser is growing 10 times faster than the two
without. Tempted to make the exact same form W/O the browser and
just open IE on top of it. It can display the same map and not
grow. That would tell me if it is my coding or if it is in fact the
browser object.
At 01:59 PM 2/16/2010, you wrote:
I hear what you are saying, the browser grows till tapped out but
have you observed a growth in memory for those other apps when
they're used threw out the day, regardless if you tap out or
not? and it sounds right that the browser one will grow faster (and
I can speculate why but have no hard facts here) but I've observed,
they all will grow and you can not clear that memory for any of them
without closing the app.
----- Original Message ----- From: "Dan" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Tuesday, February 16, 2010 12:31 PM
Subject: [RBASE-L] - Re: Memory Usage out of hand
Well,
Lets compare:
I run 6 R:base applications all day, I start them all at the same
time, and 3 of them run timers to refresh screens. Two of those
refresh every 3 minutes, and one (the culprit) refreshes every 15
mins. The other three are used for data entry, lookups and
testing. Of the 6, only one ever gets above 60,000k and that one
hits a gig by the end of the day. Now it may be (read most likely
is) my coding, but that one is the one with a web map
display. The other two that are timed populate forms that have
over 900 controls each, and do that every 3 minutes without causing
any real memory hogging.
At 12:20 PM 2/16/2010, you wrote:
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