Memory Leaks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All!

Please suggest any method of detecting and getting rid of memory leaks
(except for a reboot please). At the moment I check the total memory consumed
by all process in the task manager and comapare it to total memory used in
the performance.

Please advice

Thanks

Nitin
 
Hi !

Please suggest, say if I suspect that there is a memory leak on the server
which is not running any major application say my Domain controller, then how
should I proceed getting out of the issue.

Thanks
Nitin
MikeVa said:
You could try running the application under the AppVerfier test utility
which is part of the Application Compatibility Toolkit (ACT).

Download it here:
http://www.microsoft.com/downloads/...55-b8a4-46cd-a236-3159970fde94&DisplayLang=en

--
MikeVa [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--
Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
--
Nitin said:
Hi All!

Please suggest any method of detecting and getting rid of memory leaks
(except for a reboot please). At the moment I check the total memory
consumed
by all process in the task manager and comapare it to total memory used in
the performance.

Please advice

Thanks

Nitin
 
You can try using MEMSNAP.EXE to take point in time snapshots of memory
usage for the entire system.
The utility also has a function to compare the results of two logs.

See details here:
http://www.microsoft.com/resources/...indowsserv/2003/all/techref/en-us/memsnap.asp

--
MikeVa [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--
Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
--
Nitin said:
Hi !

Please suggest, say if I suspect that there is a memory leak on the server
which is not running any major application say my Domain controller, then
how
should I proceed getting out of the issue.

Thanks
Nitin
MikeVa said:
You could try running the application under the AppVerfier test utility
which is part of the Application Compatibility Toolkit (ACT).

Download it here:
http://www.microsoft.com/downloads/...55-b8a4-46cd-a236-3159970fde94&DisplayLang=en

--
MikeVa [MSFT]

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--
Please do not send e-mail directly to this alias.
This alias is for newsgroup purposes only.
--
Nitin said:
Hi All!

Please suggest any method of detecting and getting rid of memory leaks
(except for a reboot please). At the moment I check the total memory
consumed
by all process in the task manager and comapare it to total memory used
in
the performance.

Please advice

Thanks

Nitin
 
Back
Top