- I have created Spring application in app engine B2, I can see in logs that application takes 1s to complete data filtering(after wakening application up). When in my local machine it takes 10ms. - Data size is really small and logic is not so complex, just begining of the project.
So my questions is it possible that my app engine instance are lacking of some resources or smth? Maybe I am lacking of some configuration or JAVA OPTIONS, because now I use default. Maybe someone has faced similar permormance issues. Update. Again I have tried to use B1 B2 B3 B4 instances. Same results. Feels like the applications has really small amount of resources. Problem solved, when I created Compute Engine VM. In virtual machine I have running docker image with the same application. And now it works fine. Responses are great. I would love to use App Engine, but still cannot figure out what causes this. I use all default settings of app.yaml from google tutorials with no additional options. -- 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/f78c1ba9-5b2e-476f-8b87-7ca29dc3a7d0n%40googlegroups.com.
