Ask a Question related to ASP.NET General, Design and Development.
-
Kiran Kumar #1
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
the same problem which is : aspnet_wp.exe (PID: xxx) was recycled
because memory
soncumption exceeded the zz MB (60 percent of available
RAM).
I tried out the following alternative :- change the entry in
Machine.config file which says <processModel
enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60" -- (this is changed to 80)
webGarden="false"
cpuMask="0xffffffff"
userName="machine"
password="AutoGenerate"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="20"
maxIoThreads="20"
/>
When I was trying to POST huge data (20MB) I still get to see the same
error..If anyone who came across this situation and solved the problem
can help me as early as possible.
thanks in advance,
Kiran Kumar
Kiran Kumar Guest
-
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... -
Memory consumption
In my movie, I'm monitoring memory usage using the following information: freeram = baMemoryInfo("free ram") / 1048576 freeswap =... -
Memory consumption of Ruby/mod_ruby combo on Apache [memory leak]
> I don't think so - I think all the modules are loaded when Apache is It didn't have anything to do with IfModules or even Apache. I had a... -
memory consumption from a script
Hello is it possible to find out the memory consumption on a php script ? I trie to develop a chat with php and SHM and want to fiend out how... -
How to get the memory consumption of an object
You could use the windows Performance Monitor and/or the PerformanceCounter class to keep track of such memory issues. Here's more info:... -
Natty Gur #2
Re: aspnet_wp.exe memory consumption
Hi,
maybe you need to change the maxRequestLength
<httpRuntime
maxRequestLength =
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

