GWT + App Engine = problem with static files size

20 views
Skip to first unread message

Gilberto Torrezan

unread,
Jan 29, 2012, 6:55:39 PM1/29/12
to Google Web Toolkit
Hello,

I have an application built with pure GWT 2.4 (with no other
frameworks) with GAE, and I'm having a big problem with the current
limit of static files size on GAE: 150 MB (more about it:
http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits
).

The problem is: my application contains 3 modules, with 3 entry
points. Each module is compiled to 5 browsers (ie8, ie9, gecko1_8,
safari, opera). Each symbolMap file has about 3MB.

So, only with symbolMaps, I have 3 modules * 5 browsers * 3MB each =
45MB.

Oh, and there is the I18n problem. Supporting 3 locales, I'd have
everything * 3, which gives me 135 MB. But the application is not only
about symbolMaps files, I also have a lib folder, with 20 MB, and the
server side code. So, yes, with a not-so-big application, I hit the
static file limit of GAE.

My question is: Is there a way I can upload those symbolMap files to
my BlobStore (as regular files) and then use them from the script
loader? In other words: is it possible to change the location of those
files, in a way I can control the URL (making them point to the GAE's
BlobStore) ?

Thank you.

Gilberto

unread,
Feb 1, 2012, 12:43:12 PM2/1/12
to google-we...@googlegroups.com
Ok, never mind, I just figured out that the server can live without the symbolMaps files.

Just put the "-deploy anywhereOutsideWar" into the compiler arguments and be happy.
Reply all
Reply to author
Forward
0 new messages