Skip to content

Commit

Permalink
check the correct bcd field for limited memory
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmahDean committed May 28, 2024
1 parent c997437 commit 921d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/data/Methods/System.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ private static async Task GetStaticCoreCount()
StaticCoreCount = null;
}
StaticCoreCount = output.Contains("numproc");
LimitedMemory = output.Contains("allowedinmemorysettings");
LimitedMemory = output.Contains("truncatememory");
}
}

Expand Down

0 comments on commit 921d3c4

Please sign in to comment.