Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum code size for Google App Engine

Is it 10MB for all files, or 10MB / file, 150MB in total? I'm using Python.

like image 613
Bogdacutu Avatar asked Jul 22 '11 07:07

Bogdacutu


1 Answers

You can upload up to 3,000 files and each code or static files can have up to 10 megabytes, but the total size of the whole application can't exceed 150 megabytes.

The summary is here:

  • maximum total number of files (app files and static files): 3,000
  • 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
like image 173
moraes Avatar answered Sep 21 '22 04:09

moraes