We're using F2 instance classes in the App Engine Standard Environment for running our application in Python27 with WebApp2.
Recently we saw an increase in the overall latency of requests and our load times were also affected. The requests were getting timed out and we were facing internal server errors.
When we investigated, we found out that the Memory limit for an F2 instance had been decreased to 256 MB from 512 MB.
We're aware of the fact that the documentation now mentions a 256 MB limit for an F2 instance in the first-gen runtime but we didn't face any such issue before and we'd get warnings if we reached the 512 MB limit.
Can someone explain why this happened out of the blue without any prior notice? Thanks.