Friday, December 28, 2012

GWT application runtime memory size is too large (client side)

I have written quite a sophisticated gwt application (many different views, combined with highcharts). Since ios6 I have observed that sometimes the application crashes in safari. After debugging for quite a while I read somewhere that safari limits the memory size to 10MB. Therefore I used the profile function of chrome to take a heap snapshot. The result is that my application has a size of 9.55MB (!!). Sometimes it seems to exceed the 10MB and then the safari browser crashes.

Therefore I obviously need somehow to shrink the size (it is about runtime memory size). Any suggestions :)? Or is the conclusion somehow, that GWT is not suitable for "very large" applications? 

P.S.
I have not discovered any memory leeks in the application.

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

No comments:

Post a Comment