Monday, November 4, 2013

Re: Alternative needed - appengine application is limited to 10,000 uploaded files per version



On Monday, November 4, 2013 8:13:25 AM UTC+1, Shishir Mane wrote:

Attempts to deploy my application to appengine have failed because of the hard limit on uploads i.e. 10,000.

My application is using external libraries and constants in 2 other languages. Please refer to the above snapshot.
GWT.Async blocks have been placed in necessary positions in the project.

Following compile time options are used:
-localWorkers 3 -XfragmentCount 10

But the problem is when I upload the project to appengine I get the following exception:
java.io.IOException: Applications are limited to 10000 files, you have 34731

This is HUGE, I bet there are tons of files that are not needed to run the application (e.g. most of the time people don't use "deploy" files, so add "-deploy some-folder" arguments to the GWT compiler).
I think it also depends what you use to build/package and then deploy your app to AppEngine (e.g. a build tool like Maven vs. an IDE like Eclipse with the Google Plugin for Eclipse)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment