C# memory leak? -


i testing appfabric cache performance. this, local machine , hitting cache host on lan. cache host running on windows server 2008 , except bare essentials has nothing installed on it. has 8 gigs of ram. vmware virtual server,

as hit cache host, can see memory being used increases. fishy going on somewhere. total primary data bytes being used 1.5 gigs. object size 1,744 bytes (using ants profiler).the total object count 2,521,451. have disabled eviction. but, interesting, server hits throttled state, can see server's ram being used @ 7.72 gigs, apart distributed cache using 1.8 gigs there no other application thats using such high quantity of ram.

i using visual studio 2010 , , inserting , reading objects in parallel

the question wanted ask :

where memory going? server in throttled state says using 7.72 gigs of alloted memory whereas in task manager, can see barely 3 gigs being used (if add running process's memory)

gagan, if you're still having issue, can download sysinternals' process monitor? can find here. run it, , add columns memory private bytes, working set, , virtual size. peak private bytes , working set wouldn't hurt, either, , there other memory columns can add fun : )

task manager doesn't give virtual size (windows 7 lets add commit size, don't know if server 2008 has that). should give clearer picture of memory going.

let know if helps or need further pinning down memory going!


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -