Did you check the execution time of your app? iOS 6 limits the JavaScript 
execution time to 10 seconds  for each top-level entry point.

Am Freitag, 28. Dezember 2012 13:28:21 UTC+1 schrieb mkn:
>
> 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/-/dckcaZQ86PUJ.
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