Aleksei Guzev
Aleksei Guzev
https://github.com/microsoft/tigertoolbox/blob/5c432392f7cab091121a8879ea886b39c54f519b/BPCheck/Check_BP_Servers.sql#L1968 While `@numa` and `@numa_nodes_afinned` both are positive, this comparison ``` (@maxservermem/@numa) * @numa_nodes_afinned > (@systemmem/@numa) * @numa_nodes_afinned ``` looks equivalent to ``` @maxservermem > @systemmem ``` Was this intentional?
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...