Add periods to alt text

No other changes
This commit is contained in:
Gary Moore
2021-08-21 13:08:01 -07:00
parent 963086456e
commit 17262985e6
406 changed files with 2100 additions and 2100 deletions

View File

@ -48,11 +48,11 @@ Refactoring also makes it easier to view running processes in Task Manager. You
For example, here are the running processes displayed in Task Manager in Windows 10 version 1607:
![Running processes in Task Manager, version 1607](media/svchost-grouped-processes.png)
![Running processes in Task Manager, version 1607.](media/svchost-grouped-processes.png)
Compare that to the same view of running processes in Windows 10 version 1703:
![Running processes in Task Manager, version 1703](media/svchost-separated-processes.png)
![Running processes in Task Manager, version 1703.](media/svchost-separated-processes.png)
@ -66,7 +66,7 @@ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
The default value of **1** prevents the service from being split.
For example, this is the registry key configuration for BFE:
![Example of a service that cannot be separated](media/svchost-separation-disabled.png)
![Example of a service that cannot be separated.](media/svchost-separation-disabled.png)
## Memory footprint
@ -77,7 +77,7 @@ Consider the following:
|Grouped Services (< 3.5GB) | Split Services (3.5GB+)
|--------------------------------------- | ------------------------------------------ |
|![Memory utilization for grouped services](media/svchost-grouped-utilization.png) |![Memory utilization for separated services](media/svchost-separated-utilization.png) |
|![Memory utilization for grouped services.](media/svchost-grouped-utilization.png) |![Memory utilization for separated services](media/svchost-separated-utilization.png) |
> [!NOTE]
> The above represents the peak observed values.