>From previous discussions here, I'm pretty sure 10MB is the code size limit
for the whole code app, not just for a single file.  I think people
normally run into this as a problem when they upload data files as part of
their war directory, but I'm not doing that here.  Also, this seems to be
pretty different than what was happening a day ago. Are the restrictions
different when deploying from eclipse or ant?  How does one deploy from ant?

I'm looking for an explanation from someone who knows what files are
counted towards this 10MB limit and where these files live (class
directories, the entire war, etc?). It looks like we're only getting
through about 300 of 525 application files so we're not even close.  This
has worked for a year previously. See below for the console output from
eclipse.

Thanks,
Phil

------------ Deploying frontend ------------

Preparing to deploy:
Created staging directory at:
'C:\Users\LOCAL~1.ADM\AppData\Local\Temp\appcfg1953522436737383216.tmp'
 Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
 Scanned 250 files.
Scanned 500 files.
Initiating update.
 Cloning 62 static files.
Cloning 525 application files.
Cloned 100 files.
 Cloned 200 files.
Cloned 300 files.
 on backend null.
com.google.appengine.tools.admin.HttpIoException: Error posting to URL:
https://appengine.google.com/api/appversion/clonefiles?app_id=coupflipsite&version=9&;
400 Bad Request
See https://developers.google.com/appengine/docs/quotas#Code : Uploaded
application size has exceeded the limit: 1074329404 > 1073741824

On Wed, Aug 1, 2012 at 10:39 PM, Richard Watson <[email protected]>wrote:

> That size limit would be for a single file, not the whole app.  Are you
> deploying via ant or eclipse?  Try deploying to a different test app and
> see if you hit the same issues.
>
>
> On Thursday, August 2, 2012 2:00:39 AM UTC+2, Phil wrote:
>
>> Did something recently change here?  I've been trimming the fat from my
>> app for half the afternoon and I'm still not there.  This wasn't an issue
>> for my team as of yesterday. Any ideas what could be happening? Any ideas
>> on debugging it? Are other seeing this?
>>
>> Thanks,
>> Phil
>>
>>
>> On Wed, Aug 1, 2012 at 3:24 PM, Phil McDonnell wrote:
>>
>>> Does anyone know what is counted in the size limit for deploying? It
>>> would seem my war and src directories are counted. Are jars counted too?
>>> Are they compressed? I'm trying to trim the size of my project, but I'm not
>>> entirely sure why it's too big.
>>>
>>> I assume there is no way to expand this limit?
>>>
>>> Thanks,
>>> Phil
>>>
>>
>>  --
> 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/-/-fW043HNIp8J.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

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

Reply via email to