[google-appengine] Re: Are there any plans to increase the 150MB app size limit?

2011-09-14 Thread Tom Phillips
Are you deploying a .junit_symbolMaps folder (in your compiled GWT
root)?

If so, it's large, and can be safely deleted/excluded from the war
before deploy.

/Tom

On Sep 14, 7:47 am, Daniel Florey  wrote:
> When using GWT the app can quickly exceed the 150MB app size limit. Are
> there any plans to increase this limit to let's say... unlimited?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Are there any plans to increase the 150MB app size limit?

2011-09-14 Thread Daniel Florey
No, my problem is the core concept of creating permutations for different 
locales, browsers etc.
So if I support different browsers and multiple locale I quickly end up with 
dozens of permutations.
If you have 100 permutations each permutation must not exceed 15MB in order 
to stay within the GAE limits.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Dg-Rrx1QmPMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Are there any plans to increase the 150MB app size limit?

2011-09-14 Thread Daniel Florey
BTW: I already posted in the GWT group a while back, but no response yet:
https://groups.google.com/d/topic/google-web-toolkit-contributors/nJmgmT-36c0/discussion

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/pAR-zt-WMRAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Are there any plans to increase the 150MB app size limit?

2012-04-17 Thread Larry
Hi Tom,
  I have deployed my app  by delete all WEB-INF/deploy folder.
When I check the content of appcfg49211759916596577999.tmp  folder which 
show in
Eclipse console, which contains all compiled GWT modules and static files. 
I found a _static_ folder inside it.
This folder almost duplicate all GWT moudels and static files.
Do I miss something or it is normal?

 

Tom Phillips於 2011年9月14日星期三UTC+8下午9時03分05秒寫道:
>
> Are you deploying a .junit_symbolMaps folder (in your compiled GWT 
> root)? 
>
> If so, it's large, and can be safely deleted/excluded from the war 
> before deploy. 
>
> /Tom 
>
> On Sep 14, 7:47 am, Daniel Florey  wrote: 
> > When using GWT the app can quickly exceed the 150MB app size limit. Are 
> > there any plans to increase this limit to let's say... unlimited?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/eNV8plAKFAEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.