Skip to content

Commit 1bf67cc

Browse files
authored
Change wording for power plan check
Just looking at the display name makes it seem like the server is already in high performance mode and that is the issues. The wording on the other checks includes should and I think this would make it clearer.
1 parent 9947e4b commit 1bf67cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/manage/sql-assessment-api/ruleset.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7909,7 +7909,7 @@
79097909
"Configuration",
79107910
"Performance"
79117911
],
7912-
"displayName": "Power plan is High Performance",
7912+
"displayName": "Power plan should be High Performance",
79137913
"description": "In some cases you may experience degraded overall performance on a Windows Server 2008 R2 or later machine when running with the default (Balanced) power plan. The issue may occur irrespective of platform and may be exhibited on both native and virtual environments. The degraded performance may increase the average response time for some tasks and cause performance issues with CPU-intensive applications. Please note that you may not notice performance issues while performing simple operations. However, applications or scripts that intensively use resources (primarily processor and memory) may exhibit the problem. To work around the performance degradation issue, you can switch to the High Performance power plan. However, this will disable dynamic performance scaling on the platform. Depending on the environment, if the platform is always under a heavy load, then this is a viable solution.",
79147914
"message": "Switch server to High Performance power plan",
79157915
"helpLink": "https://support.microsoft.com/help/2207548/slow-performance-on-windows-server-when-using-the-balanced-power-plan",
@@ -20629,3 +20629,4 @@
2062920629
]
2063020630
}
2063120631
}
20632+

0 commit comments

Comments
 (0)