Skip to content

Commit

Permalink
rob you fool, those are the wrong way around #882
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Mar 30, 2023
1 parent c2bc14a commit c844c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/internal/functions/NewGet-AllInstanceInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ function NewGet-AllInstanceInfo {
$totalMemory = $totalMemory + 1
}
$MaxMemory = [PSCustomObject]@{
MaxValue = $totalMemory
RecommendedValue = $Instance.Configuration.MaxServerMemory.ConfigValue + 379
MaxValue = $Instance.Configuration.MaxServerMemory.ConfigValue + 379
RecommendedValue = $totalMemory
# because we added 379 before and I have zero idea why
}
} else {
Expand Down

0 comments on commit c844c46

Please sign in to comment.