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?
However, the above calculation is valid only when my Gcp App engine keeps consuming 100MB of memory even after a requested is fulfilled and output is sent to browser. If it releases the memory after a request from a user is handled, then I should be worried only about the time of execution of a query.
Anybody who has good knowledge in this, please answer my questions above. I need to take a decision. Or if there is any good read, please share.