I'm running into this same problem, but with the python37_app_builder. I don't think that increasing the memory of the machine type is relevant here, because the failure is in the *build* step, not the app itself.
OP - have you figured out any workaround here? Empirically if I reduce the number of dependencies that I specify in requirements.txt the build can be made to succeed, but I need all of those dependencies. Thanks a lot, Aaron On Friday, June 19, 2020 at 6:37:33 AM UTC-7 Katayoon (Cloud Platform Support) wrote: > Hi, > > There is a liklihood that the instance you are trying to deploy is > running out of memory on the process. You may change the machine type in > your app.yaml to a bigger one to test this out. If the issue still > persists, I recommend to report it via the Issue Tracker > <https://cloud.google.com/support/docs/issue-trackers> and provide us > with the output of the " > <https://cloud.google.com/sdk/gcloud/reference/info>gcloud info > --anonymize <https://cloud.google.com/sdk/gcloud/reference/info>" > <https://cloud.google.com/sdk/gcloud/reference/info> and REDACTED output > of the command you are using to deploy along with the "--verbosity" flag > set to "debug" <https://cloud.google.com/sdk/gcloud/reference#--verbosity> > so that we would be able to dig into the issue. > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f25a0a13-6341-48b7-bf46-313f91b4c50an%40googlegroups.com.
