Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rc-nhc
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rc-nhc
Commits
32dde549
Commit
32dde549
authored
1 year ago
by
Mike Hanby
Browse files
Options
Downloads
Patches
Plain Diff
Fix Defs for Large Mem Nodes c0136..139
parent
b9ac20aa
No related branches found
No related tags found
1 merge request
!9
Fix Defs for Large Mem Nodes c0136..139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nhc.conf
+6
-4
6 additions, 4 deletions
nhc.conf
with
6 additions
and
4 deletions
nhc.conf
+
6
−
4
View file @
32dde549
...
@@ -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
256
gb
256
gb
5
%
{
c00
[
97
-
99
],
c0
[
100
-
114
]} ||
check_hw_physmem
256
gb
256
gb
5
%
{
c0
[
115
-
149
]} ||
check_hw_physmem
192
gb
192
gb
5
%
{
c0
[
115
-
135
]} ||
check_hw_physmem
192
gb
192
gb
5
%
{
c0
[
150
-
201
]} ||
check_hw_physmem
768
gb
768
gb
5
%
{
c0
[
136
-
139
]} ||
check_hw_physmem
1510
gb
1510
gb
5
%
{
c0
[
140
-
201
]} ||
check_hw_physmem
768
gb
768
gb
5
%
{
c0
[
202
-
255
]} ||
check_hw_physmem
512
gb
512
gb
5
%
{
c0
[
202
-
255
]} ||
check_hw_physmem
512
gb
512
gb
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).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment