Hi all!
I've get messages like this one:
"Exceeded hard memory limit of 256 MB with 274 MB after servicing 2 requests total. Consider setting a larger instance class in app.yaml."
And my application throws HTTP 500 errors in response.
My app.yaml:
runtime: java11
instance_class: F4
Also tried F4_G1 to no avail.
I'am on GAE standard in the Free Trial.
How to debug this?
Regards, Andreas