When I was trying to run the app engine it shows error :
Exceeded hard memory limit of 2048 MB with 2098 MB after servicing 0 requests total. Consider setting a larger instance class in app.yaml.
But instance class can be maximum only of 2048 MB as of google instance classes
my app.yaml:
runtime: python37
instance_class: F4_1G
entrypoint: gunicorn -w 3 -k uvicorn.workers.UvicornWorker app.main:app --timeout 1000
How to solve this problem?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…