32MB is the maximum size for any single static data file and cannot be 
raised . This does pose a problem for Go applications as they exist as a 
single monolithic binary blob.

One solution to consider is to split your application into separate services 
<https://cloud.google.com/appengine/docs/go/an-overview-of-app-engine>, 
which is the recommended architectural model on App Engine standard. This 
has other advantages as well, such as improved scaling.

On Friday, January 20, 2017 at 8:46:37 PM UTC-5, Stani M wrote:
>
> Would it be possible to raise the maximum binary size for a project? I run 
> into this problem and can't remove code:
>
> App binary too big: 35722784 > 33554432
> --- end server output ---
> 11:46 PM Rolling back the update.
> Error 422: --- begin server output ---
>
> Kind regards,
> Stani
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/974c79f8-5fd7-4488-9ffb-20c1e6f46ce1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to