I know my CODE is not 214 bytes, what I was saying is that if the
2.4MB that are my code were compiled into something larger 70 times,
that could explain how GWT even manages to generate 214MB of stuff!

On Mar 3, 2:31 pm, Aladdin <alaamu...@gmail.com> wrote:
> 214485231 Byte =~ 214 MB not 2.4 mb
>
> There just no way you should have such huge size. Something is very
> wrong with your code, you need a tool that scans the folders and see
> which folders and files are cause this size.
>
> On Mar 3, 7:54 am, Johannes Lehmann <johannes.lehma...@googlemail.com>
> wrote:
>
>
>
> > Hi,
>
> > I have an issue that I find incredibly puzzeling: After updating to
> > the newest GWT and App Engine version, I cannot deploy to App Engine
> > anymore. I get the following error:
>
> > Unable to update:
> > java.io.IOException: Applications are limited to 150000000 bytes of
> > resource files, you have 214485231.
>
> > I have checked and the files in the war/WEB-INF/deploy are indeed the
> > stated size. Now there is absolutely nothing about my project that is
> > large - the only resources are icons which together weigh less than
> > 1MB. The only thing I can think of is the gwt_datepicker, widget which
> > causes code to be compiled (together with the standard browser
> > optimisations) in roughly 70 permutations, because of the locales it
> > tries to support. Assuming my code, which is 2.4MB is compiled 70
> > times (and my guess is that the compiled JS will be larger in size
> > than the Java source), then it could comfortably reach that figure.
>
> > But if the solution was to limit the numbers of locales, that would
> > mean that it wasn't possible to host projects of even a moderate size
> > with a decent number of locales on App Engine.
>
> > Does anyone have any experience with this? By the way the reason I
> > posted this here rather than in the app-engine group is because I
> > guess the issue is limiting the size of what GWT compiles rather than
> > tweaking App Engine, but I may well be wrong there...
>
> > Thanks,
>
> > Johannes Lehmann

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