summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/os_guide/windows_performance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/os_guide/windows_performance.rst')
-rw-r--r--docs/docsite/rst/os_guide/windows_performance.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/os_guide/windows_performance.rst b/docs/docsite/rst/os_guide/windows_performance.rst
index 50fd18e125..c922b4d9ed 100644
--- a/docs/docsite/rst/os_guide/windows_performance.rst
+++ b/docs/docsite/rst/os_guide/windows_performance.rst
@@ -48,7 +48,7 @@ to pre-emptively create native images for the assemblies that PowerShell relies
Fix high-CPU-on-boot for VMs/cloud instances
--------------------------------------------
If you are creating golden images to spawn instances from, you can avoid a disruptive
-high CPU task near startup via `processing the ngen queue <https://docs.microsoft.com/en-us/dotnet/framework/tools/ngen-exe-native-image-generator#native-image-service>`_
+high CPU task near startup through `processing the ngen queue <https://docs.microsoft.com/en-us/dotnet/framework/tools/ngen-exe-native-image-generator#native-image-service>`_
within your golden image creation, if you know the CPU types won't change between
golden image build process and runtime.