How many clients can my app Engine cater when visual studio shows 100 MB for my asp.net app?
I am developing an asp.net app for some business needs. My app will be used by approximately 10,000 users. When I run my app in local host during testing, my Visual Studio shows nearly 100 MB in diagnostics tool of visual studio. What does it mean? How many clients can work on my project after deployed on gcp app engine with 8gb memory? I don’t have knowledge about that. With a common sense, I calculate as 8000 MB/100 MB = 80 clients can work concurrently. Am I correct? or is there something else to be taken into account?