Skip to content
Snippets Groups Projects
Commit ab0c08e8 authored by Mike Hanby's avatar Mike Hanby
Browse files

Merge branch 'revert-memory-change-for-c0101-c0102' into 'main'

Revert memory change for c0101 c0102

See merge request !13
parents e30da5ee fb25c495
No related branches found
No related tags found
1 merge request!13Revert memory change for c0101 c0102
......@@ -26,9 +26,12 @@
{c0[202-255]} || check_hw_cpuinfo 2 128 128
# Set these to the amount of physical RAM you have (leave the fudge factor).
{c00[97-99],c0[103-114]} || check_hw_physmem 256gb 256gb 5%
#### c0101 and c0102 are out of warranty and have lost a DIMM
{c0[101-102]} || check_hw_physmem 231gb 231gb 5%
### 20241210 - c0101 and c0102 memory count has returned to 256G, adding them
### back to the original rule for the P100s
{c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
#{c00[97-99],c0[103-114]} || check_hw_physmem 256gb 256gb 5%
#### c0101 and c0102 are out of warranty and have lost a DIMM
# {c0[101-102]} || check_hw_physmem 231gb 231gb 5%
{c0[115-135]} || check_hw_physmem 192gb 192gb 5%
{c0[136-139]} || check_hw_physmem 1510gb 1510gb 5%
{c0[140-201]} || check_hw_physmem 768gb 768gb 5%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment