Re: RequestFactory causing OutOfMemoryError

2011-06-14 Thread khiem nguyen
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b16e9efa51b6/4e7c898492471c12?hl=en&lnk=gst&q=leak#4e7c898492471c12

On Tue, Jun 14, 2011 at 9:21 AM, Julian Scheid wrote:

> On Tue, Jun 14, 2011 at 7:18 PM, Filip Krygowski
>  wrote:
> > I took a long and careful look at the heap and after some analysis I
> > noticed that the Longs I’ve been sending don’t get garbage-collected
> > (also true for other types stored in lists, which I checked later).
> > The same goes for all serialized properties (the ‘message’ String and
> > Longs). The questions at this point is: is this some kind of caching
> > feature that backfires on us? Or is it possible that we messed up
> > configuration at some point? Or perhaps this is a new bug?
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=6193
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: RequestFactory causing OutOfMemoryError

2011-06-14 Thread Julian Scheid
On Tue, Jun 14, 2011 at 7:18 PM, Filip Krygowski
 wrote:
> I took a long and careful look at the heap and after some analysis I
> noticed that the Longs I’ve been sending don’t get garbage-collected
> (also true for other types stored in lists, which I checked later).
> The same goes for all serialized properties (the ‘message’ String and
> Longs). The questions at this point is: is this some kind of caching
> feature that backfires on us? Or is it possible that we messed up
> configuration at some point? Or perhaps this is a new bug?

http://code.google.com/p/google-web-toolkit/issues/detail?id=6193

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.