Sunday, November 3, 2013

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

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

I am aware that I can cut down on the file count by reducing the cross browser compatibility or by reducing locales. But that won't be a practical approach while deploying

So please suggest me some alternatives.

Another thing I wish to mention is the project extensively uses VerticalPanel/HorizontalPanel/FlexTable/DialogBox in most of its screens.







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