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

Merge branch 'update-nhc-conf-fix-large-mem-nodes' into 'main'

Fix Defs for Large Mem Nodes c0136..139

See merge request !9
parents b9ac20aa 32dde549
No related branches found
No related tags found
1 merge request!9Fix Defs for Large Mem Nodes c0136..139
......@@ -19,15 +19,17 @@
### Hardware checks
###
# Set these to your correct socket, core, and thread counts.
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 48
{c0[115-149]} || check_hw_cpuinfo 2 24 24
{c00[97-99],c0[100-114]} || check_hw_cpuinfo 2 28 28
{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[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[100-114]} || check_hw_physmem 256gb 256gb 5%
{c0[115-149]} || check_hw_physmem 192gb 192gb 5%
{c0[150-201]} || check_hw_physmem 768gb 768gb 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%
{c0[202-255]} || check_hw_physmem 512gb 512gb 5%
# 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