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

Fix Defs for Large Mem Nodes c0136..139

parent b9ac20aa
No related branches found
No related tags found
1 merge request!9Fix Defs for Large Mem Nodes c0136..139
...@@ -19,15 +19,17 @@ ...@@ -19,15 +19,17 @@
### Hardware checks ### Hardware checks
### ###
# Set these to your correct socket, core, and thread counts. # Set these to your correct socket, core, and thread counts.
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 48 {c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 28
{c0[115-149]} || check_hw_cpuinfo 2 24 24 {c0[115-135],c0[140-149]} || check_hw_cpuinfo 2 24 24
{c0[136-139]} || check_hw_cpuinfo 4 48 48
{c0[150-201]} || check_hw_cpuinfo 2 48 48 {c0[150-201]} || check_hw_cpuinfo 2 48 48
{c0[202-255]} || check_hw_cpuinfo 2 128 128 {c0[202-255]} || check_hw_cpuinfo 2 128 128
# Set these to the amount of physical RAM you have (leave the fudge factor). # Set these to the amount of physical RAM you have (leave the fudge factor).
{c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5% {c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
{c0[115-149]} || check_hw_physmem 192gb 192gb 5% {c0[115-135]} || check_hw_physmem 192gb 192gb 5%
{c0[150-201]} || check_hw_physmem 768gb 768gb 5% {c0[136-139]} || check_hw_physmem 1510gb 1510gb 5%
{c0[140-201]} || check_hw_physmem 768gb 768gb 5%
{c0[202-255]} || check_hw_physmem 512gb 512gb 5% {c0[202-255]} || check_hw_physmem 512gb 512gb 5%
# Set these to the amount of swap you have (leave the fudge factor). # Set these to the amount of swap you have (leave the fudge factor).
......
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