-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!.
ISSUE:-
I am using CFbuilder and my coldfusion server is on a Remote Desktop Services (RDS).
Everything is working fine except that I do not see the folder that I am currently working on
under CFbuilder /Navigator or CFbuilder /Prject/Build Working Set/.
Even if I try to add "Prject/Build Working…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using perfmon windows utility to debug memory leak in a process.
Perfmon explaination:
Working Set- Working Set is the current size, in bytes, of the Working Set of this process. The Working Set is the set of memory pages touched recently by the threads in the process. If free memory in the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
How do I calculate the private working set of memory using C#? I'm interested in produces roughly the same figure as taskmgr.exe.
I'm using the Process namespace and using methods/data like WorkingSet64 and PrivateMemorySize64, but these figures are off by 100MB or more at times.
Thanks,
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm currently trying to use typeperf to access some Windows performance counters. Unfortunately, a few of the instances I'm trying to check are of the format service#1.
The command
typeperf "\\server\Process(service#1)\Working Set Peak"
is unfortunately returning the data for \\server\Process(service)\Working…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Apparently the .NET framework has a bug that prevents working set values above 2GB from accurately being determined. Between 2 and 4GB one can apply some xor-ing calculation to obtain the value, but there's no means of obtaining working set values greater than 4GB (using .Net or WMI)
What method…
>>> More