From 693cdf21274692c4cada4caee5a9f9e1e0c71a81 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Mon, 21 Feb 2022 11:29:53 +0530 Subject: [PATCH] Update svchost-service-refactoring.md --- windows/application-management/svchost-service-refactoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/svchost-service-refactoring.md b/windows/application-management/svchost-service-refactoring.md index 3a01c9e059..55ade4a303 100644 --- a/windows/application-management/svchost-service-refactoring.md +++ b/windows/application-management/svchost-service-refactoring.md @@ -70,7 +70,7 @@ For example, the registry key configuration for BFE is: ## Memory footprint -Be aware that separating services increases the total number of SvcHost instances, which increases memory utilization. (Service grouping provided a modest reduction to the overall resource footprint of the services involved.) +Separating services increases the total number of SvcHost instances, which increases memory utilization. (Service grouping provided a modest reduction to the overall resource footprint of the services involved.) Consider the following example: