Skip to content

Commit 62051e7

Browse files
authored
minor updates as per Aarti
1 parent df19fcc commit 62051e7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

support/developer/webapps/iis/site-behavior-performance/data-capture-managed-memory-leak.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data Capture for Managed Memory Leaks
33
description: This article provides methods to capture data for managed memory leaks.
44
ms.date: 12/30/2024
55
ms.custom: sap:Site Behavior and Performance\High memory usage
6-
ms.reviewer: khgupta, v-sidong
6+
ms.reviewer: khgupta, v-sidong, mouradl, apkakh
77
---
88

99
# Data capture for managed memory leaks
@@ -13,6 +13,8 @@ collect memory dumps of the process during the high memory usage event. These du
1313

1414
This article outlines the steps to capture memory dumps associated with managed memory leaks, both for consistently reproducible and intermittent cases.
1515

16+
For more information on how to analyze memory dumps along with an example scenario, see [Troubleshooting example](high-memory-consumption-issues-overview.md#troubleshooting-example).
17+
1618
## Memory leak issue is easily replicable
1719

1820
If the memory leak issue can be consistently reproduced whenever needed, use one of the following methods to capture data.

support/developer/webapps/iis/site-behavior-performance/high-memory-consumption-issues-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot High Memory Usage in Applications
33
description: Provides information on how to troubleshoot high memory consumption issues in applications.
44
ms.date: 12/31/2024
55
ms.custom: sap:Site Behavior and Performance\High memory usage
6-
ms.reviewer: khgupta, v-sidong
6+
ms.reviewer: khgupta, v-sidong, mouradl, apkakh
77
---
88
# Overview of high memory consumption issues
99

@@ -365,5 +365,5 @@ Assume you have an application hosted on an IIS server and you experience high m
365365
## More information
366366

367367
- [Use Performance Monitor to find a user-mode memory leak](/windows-hardware/drivers/debugger/using-performance-monitor-to-find-a-user-mode-memory-leak)
368-
369-
- [Data capture for managed memory leaks](data-capture-managed-memory-leak.md)
368+
- [Data capture for managed memory leaks](data-capture-managed-memory-leak.md)
369+
- [Troubleshoot native memory leak in an IIS 7.x application pool](troubleshoot-native-memory-leak-iis-7x-application-pool.md)

support/developer/webapps/iis/site-behavior-performance/troubleshoot-native-memory-leak-iis-7x-application-pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,4 @@ By using Perfmon and DebugDiag, you can easily collect data that can be helpful
218218
## Other resources
219219

220220
- [How to use the IIS Debug Diagnostics tool to troubleshoot a memory leak in an IIS process](https://support.microsoft.com/topic/how-to-use-the-debug-diagnostics-tool-to-troubleshoot-a-process-that-has-stopped-responding-in-iis-995db9a3-a3be-6d20-cf2f-c48101a64444)
221+
- [Overview of high memory consumption issues](high-memory-consumption-issues-overview.md)

0 commit comments

Comments
 (0)