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
Merge requests
!9
Fix Defs for Large Mem Nodes c0136..139
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix Defs for Large Mem Nodes c0136..139
update-nhc-conf-fix-large-mem-nodes
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mike Hanby
requested to merge
update-nhc-conf-fix-large-mem-nodes
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
main
version 1
32dde549
1 year ago
main (base)
and
latest version
latest version
32dde549
1 commit,
1 year ago
version 1
32dde549
1 commit,
1 year ago
1 file
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
nhc.conf
+
6
−
4
Options
@@ -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
256
gb
256
gb
5
%
{
c0
[
115
-
149
]} ||
check_hw_physmem
192
gb
192
gb
5
%
{
c0
[
150
-
201
]} ||
check_hw_physmem
768
gb
768
gb
5
%
{
c0
[
115
-
135
]} ||
check_hw_physmem
192
gb
192
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
%
# Set these to the amount of swap you have (leave the fudge factor).
Loading