Can you share your source code directory structure, and where is located app.yaml, and how you build then deploy?
On Thursday, October 14, 2021 at 4:32:30 PM UTC+2 [email protected] wrote: > Looks like this is an deployment issue. > > The direct deployment of the quarkus application with ' gcloud app deploy' > seems not to deploy the app.yaml correctly. > > Using the maven plugin helps with the issue: mvn clean package > appengine:deploy. > > Andreas Bartelt schrieb am Montag, 11. Oktober 2021 um 15:45:38 UTC+2: > >> 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 >> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/42e7d508-c4c8-4525-be99-46224398ddf6n%40googlegroups.com.
