Increase apps size restriction above 10 megabytes?

178 views
Skip to first unread message

Ed Estes

unread,
Jul 29, 2011, 8:10:46 AM7/29/11
to google-a...@googlegroups.com
Greetings.

According to the Google App Engine Quotas, apps are restricted to a maximum size of 10 megabytes when deployed.  Is there a way to increase this?  I have a .dat database file that is 30MB that I need to upload and access within my python app.

TIA.

--Ed

Ikai Lan (Google)

unread,
Jul 29, 2011, 1:56:16 PM7/29/11
to google-a...@googlegroups.com
Unfortunately, there isn't. Can this be loaded into the blobstore? There are methods to programmatically read from the blobstore:


--
Ikai Lan 
Developer Programs Engineer, Google App Engine



--
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/-/CYvixjQiUdAJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Ed Estes

unread,
Jul 29, 2011, 3:05:47 PM7/29/11
to google-a...@googlegroups.com
Thanks Ikai,

That was my fallback if there wasn't a way to increase the amount of app space. I was hoping that once one moved to a billable model, the app quota could be raised (within reason) like many of the other billable items.

We'll look at ways of storing the database in the blobstore and then loading it from there when our app starts up instead of from the file system.

Cheers!

--Ed

Robert Kluin

unread,
Jul 31, 2011, 2:10:09 AM7/31/11
to google-a...@googlegroups.com

I think there are some descrepancies in the docs about the max application size.  In some places the max app size is listed as 10mb, others 150mb (Max file size of 10mb).

http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits
http://code.google.com/appengine/docs/python/runtime.html#Quotas_and_Limits

http://code.google.com/appengine/docs/quotas.html#Deployments

I'm pretty sure there are others that list 10mb too.

Robert


On Jul 29, 2011 1:56 PM, "Ikai Lan (Google)" <ika...@google.com> wrote:

Brandon Wirtz

unread,
Jul 31, 2011, 2:23:41 AM7/31/11
to google-a...@googlegroups.com

10 for app, 150 for static assets.

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Robert Kluin

unread,
Jul 31, 2011, 1:30:07 PM7/31/11
to google-a...@googlegroups.com
I don't think that is correct, at least not according to some of the docs:

- maximum size of an application file: 10 megabytes
- maximum size of a static file: 10 megabytes
- maximum total size of all application and static files: 150 megabytes

But that is exactly my point, I think there are discrepancies in the docs.

Johan Euphrosine

unread,
Aug 2, 2011, 10:52:40 AM8/2/11
to google-a...@googlegroups.com
Did someone fill a doc bug for this ?

Thanks in advance.

--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

Robert Kluin

unread,
Aug 2, 2011, 11:59:38 PM8/2/11
to google-a...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages