GC.GetTotalMemory() in an ASP.Net app.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I call GC.GetTotalMemory() from an ASP.Net application and it returns 3000k as the result...what memory space is being examined? Is it the server's entire system RAM, IIS memory space, my app's memory space, my current session's memory space, the current request, or something else?
 
Sorry about the double post...the first time through I got an error message telling me that the post failed. Obviously not!
 
Back
Top