473,320 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Working set larger than Heap size reported by CLR Debug

I have an app. CLR Debug says the heap is 3.5MB. perfmon says that working
set size is 52MB.

Where's the unreported amount and how can I inspet it?
Jul 21 '05 #1
3 2176
The managed heap is only a (small) part of the working set. The remaining
part is taken by the CLR runtime code, the C runtime library, the unmanaged
heap, the commited stack space.

Willy.
"Dathon" <ta*****@newsgroups.nospam> wrote in message
news:68**********************************@microsof t.com...
I have an app. CLR Debug says the heap is 3.5MB. perfmon says that
working
set size is 52MB.

Where's the unreported amount and how can I inspet it?

Jul 21 '05 #2
Thanks... So how can I inspect it? :-)

"Willy Denoyette [MVP]" wrote:
The managed heap is only a (small) part of the working set. The remaining
part is taken by the CLR runtime code, the C runtime library, the unmanaged
heap, the commited stack space.

Willy.
"Dathon" <ta*****@newsgroups.nospam> wrote in message
news:68**********************************@microsof t.com...
I have an app. CLR Debug says the heap is 3.5MB. perfmon says that
working
set size is 52MB.

Where's the unreported amount and how can I inspet it?


Jul 21 '05 #3
Use vadump.exe (mstools on the NT CD under bin\mstools) or windbg.exe
(debugger tools -
http://www.microsoft.com/whdc/devtoo.../default.mspx).

Willy.

"Dathon" <ta*****@newsgroups.nospam> wrote in message
news:E1**********************************@microsof t.com...
Thanks... So how can I inspect it? :-)

"Willy Denoyette [MVP]" wrote:
The managed heap is only a (small) part of the working set. The remaining
part is taken by the CLR runtime code, the C runtime library, the
unmanaged
heap, the commited stack space.

Willy.
"Dathon" <ta*****@newsgroups.nospam> wrote in message
news:68**********************************@microsof t.com...
>I have an app. CLR Debug says the heap is 3.5MB. perfmon says that
>working
> set size is 52MB.
>
> Where's the unreported amount and how can I inspet it?


Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: MikeB | last post by:
Hi, I've observed some odd behaviour in the std::list supplied with our development system. In the accompanying code, the list has at most one string on it, yet the program eventually runs out...
1
by: jimb | last post by:
I can get the dropdownlist into the datagrid, and I can populate it, but I can't read it. Anybody have a working example of a dropdownlist in an editable grid? Thanks. -- .....
3
by: Dathon | last post by:
I have an app. CLR Debug says the heap is 3.5MB. perfmon says that working set size is 52MB. Where's the unreported amount and how can I inspet it?
2
by: Trevor | last post by:
Argh! This problem is driving me nuts! Can you help? In November of 2003, I installed a web service on Windows Server 2003 built in VB.NET for v1.1.4322 of the framework. It contains a timer...
0
by: Raj | last post by:
We are on a db2 v8.2 (fix 8) with DPF & intra parllelism. Below are sort related configuration settings ...
0
by: cp25stack | last post by:
Hi, i have strange problem. My code cannot run in debug mode (i use VS 2005). When try to run debug, there is a dialog say "HEAP: Heap block at ... modified at ... past requested size of 1...
5
by: kumarmdb2 | last post by:
Hi guys, For last few days we are getting out of private memory error. We have a development environment. We tried to figure out the problem but we believe that it might be related to the OS...
0
by: George2 | last post by:
Hello everyone, From the definition of working set, it is a subset of virtual pages resident in physical memory -- from book Windows Internals. It means working set could not be larger than...
3
by: casybay | last post by:
Hi all, I am trying to read two .txt files, save them to two 1D arrays and record their length. Then I define two 2D arrays and allocate memory to them for further use. After these, I free all...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.