|
@@ -72,7 +72,7 @@ public class NodePage extends NMView {
|
|
|
._("Total Pmem allocated for Container",
|
|
|
StringUtils.byteDesc(info.getTotalPmemAllocated() * BYTES_IN_MB))
|
|
|
._("Pmem enforcement enabled",
|
|
|
- info.isVmemCheckEnabled())
|
|
|
+ info.isPmemCheckEnabled())
|
|
|
._("Total VCores allocated for Containers",
|
|
|
String.valueOf(info.getTotalVCoresAllocated()))
|
|
|
._("NodeHealthyStatus",
|