For anyone interested, I found out the reason. I was using the
String.split() operation for a huge string returned from the server.
This operation takes up too much memory (interestingly only in
Firefox) and it was solved when I converted the data sent to JSON.

Thanks
Sinan

On Jan 18, 6:13 pm, Sinan Erten <msin...@gmail.com> wrote:
> Hi,
>
> I have a quite simple application with some nested vertical and
> horizontal panels containing some widgets.
>
> I have tested the application with Safari,Chrome,IE6 and all seem to
> be using less than 60mb. However when I use Firefox 3.6, memory usage
> is over 300mb.
>
> Do you have any idea what I might be doing wrong? I have 2 suggestbox,
> few text boxes and few listboxes being drawn.
>
> I know I have given very little detail about the code, but is there
> any specific reason why Firefox may be using more memory?
>
> Thank you for your time,Sinan

-- 
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.

Reply via email to