Ask a Question related to ASP.NET General, Design and Development.
-
Rob #1
aspnet_wp.exe - relation heap mem to virtual memory
hi!
i am running a aspnet-application on a machine with 1 gb ram.
looking into the taskmanager, the aspnet_wp-process is going to use
up to 60 megs heap memory and about 55 megs virtual memory. also there
are up to 500 changes in pagefaults per second. the cpu-usage of
aspnet_wp is varying between 25 and 95 percent.
the taskmanager told me, there are about 700mb heap memory available.
the memorylimit-value in my machine.config-file is set to 60 percent.
there are NO entries in the eventlog, showing that the
aspnet_wp-process was recycled.
the application is responding very slow. i think, this is because the
aspnet_wp is swapping memory-pages this often. does anybody know about
this issue? is it possible, to force aspnet_wp.exe to use more
heap-memory instead of virtual memory? any configuration hints?
thank you in advance
rob
Rob Guest
-
Unable to Allocate Memory Heap
I am using the following code (CFX_HTTP5) to upload a 160kb text file up to a secure server. Files should be no greater than 250 kb. <!--- Read... -
Tracking Heap memory: How?
I know you can enable Jrun metrics and log the free heap size to a file. But that's not good enough. How can we track the free heap size via the... -
aspnet_wp.exe (PID: 500) was recycled because memory consumption e
Hi , We are develoed the .net application(asp.net, vb.net and sql server ). Till yesterday there was no problem with the application. Is was... -
KB Article: 327256 - FIX: Memory Leak of Permission Objects in a Managed Heap
http://support.microsoft.com/default.aspx?scid=kb;en-us;327256#appliesto We have an ASP.NET application that references web services that are... -
aspnet_wp.exe memory consumption
Hi All, I am working on ASP.Net these days and have come across a problem with the aspnet_wp process. I have seen many posts on the web related to...



Reply With Quote

