-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload file - too big #25
Comments
@wlodekbielski this error happens when deploying from cloud shell, we still haven't got to the bottom of this but as a workaround you can try deploying from your local machine. |
Thanks for prompt answer! I actually install directly on GCE VM - connected there with SSH. So not using Cloud Shell.. Will give it another try though! |
All works fine, when I used fresh VM - so please let's consider this issue as closed. |
This issue can be resolved by removing numpy==1.6.1 from requirements.txt file. It is not required to be uploaded to appengine as it is already on the list of built-in libs in appengine: https://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27 numpy has to show though in app.yaml:
The issue is not related to cloudshell but to the appengine hardcoded quotas: https://cloud.google.com/appengine/quotas |
Hi guys,
Just encountered the following error while running Zorya installer - I assume this is due to 35 MB limitation in Google App Engine Standard itself.
Is this something you've experienced before? Any ideas on how to overcome this?
Thanks a to in advance!
The text was updated successfully, but these errors were encountered: