App binary too big

48 views
Skip to first unread message

Stani M

unread,
Jan 20, 2017, 8:46:37 PM1/20/17
to Google App Engine
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

Adam (Cloud Platform Support)

unread,
Jan 21, 2017, 3:20:37 PM1/21/17
to Google App Engine
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, which is the recommended architectural model on App Engine standard. This has other advantages as well, such as improved scaling.
Reply all
Reply to author
Forward
0 new messages