R
Rishan
Hi,
I'm trying to debug a memory leak on a production application for one of my
clients. The aspnet_wp.exe, if left to grow, will eventually consume enough
memory to throw an out of memory exception.
The thing that was unexpected is that most of the memory is not in the heap.
The current usage stats are:
total memory consumption of aspnet_wp.exe: 400MB
# bytes in all heaps: 180MB
gen 0 heap size: 12 MB
gen 1 heap size: 1MB
gen 2 heap size: 160 MB
Large object heap size: 8MB
Other info:
-.Net framework 1.1
-Total physical memory: 4 GB
-Server only hosts the one asp.net application, database exists on another
server
-Session State is SQL Server, so all session information is stored on the
database.
-about 40 concurrent users.
-it grew to 400MB in about 7 days.
My question is: What is making up this extra 200 MB? (stack information?)
Thanks in advance,
Rishan
I'm trying to debug a memory leak on a production application for one of my
clients. The aspnet_wp.exe, if left to grow, will eventually consume enough
memory to throw an out of memory exception.
The thing that was unexpected is that most of the memory is not in the heap.
The current usage stats are:
total memory consumption of aspnet_wp.exe: 400MB
# bytes in all heaps: 180MB
gen 0 heap size: 12 MB
gen 1 heap size: 1MB
gen 2 heap size: 160 MB
Large object heap size: 8MB
Other info:
-.Net framework 1.1
-Total physical memory: 4 GB
-Server only hosts the one asp.net application, database exists on another
server
-Session State is SQL Server, so all session information is stored on the
database.
-about 40 concurrent users.
-it grew to 400MB in about 7 days.
My question is: What is making up this extra 200 MB? (stack information?)
Thanks in advance,
Rishan