Hi, i have deleted env:flex from my .yaml file and deployed to app engine with some other changes in other files. So now im switched to STANDARD env with instance_class F1.
With this instance class im not even able to upload a picture/image to my app, in debugger it show following error Exceeded soft memory limit of 128 MB with 129 MB after servicing 34 requests total. Consider setting a larger instance class in app.yaml.
Please someone from Google or who know how to configure .yaml file correctly advice me:
1- how do i change instance class,
2- do i need to specify any other parameters like:
resources:
cpu: 2
memory_gb: 2.3
disk_size_gb: 10
What is the practise ? and one more thing my app has suddenly become so popular, how come ??? im receiving 3000 request per day, how come ? some one is heating my app every 30 seconds ?