File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Exchange/ExchangeServer/migration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ New-SettingOverride -Name "MdbReplication" -Component WorkloadManagement -Sectio
5555New-SettingOverride -Name "CiAgeOfLastNotification" -Component WorkloadManagement -Section CiAgeOfLastNotification -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5656New-SettingOverride -Name "MdbAvailability" -Component WorkloadManagement -Section MdbAvailability -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5757New-SettingOverride -Name "DiskLatency" -Component WorkloadManagement -Section DiskLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
58- New-SettingOverride -Name "MdbDiskLatency" -Component WorkloadManagement -Section MdbDiskLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
58+ New-SettingOverride -Name "MdbDiskLatency" -Component WorkloadManagement -Section MdbDiskWriteLatency -Parameters @("MaxConcurrency=$limit") -Reason "Allow more simultaneous mailbox moves"
5959```
6060
6161To further update the WLM limit, run the following commands (this example sets the WLM limit to 35):
You can’t perform that action at this time.
0 commit comments