-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
92 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#### ================ Tunning for VM ================ | ||
#### ================ Tunning for bare-metal instances ================ | ||
# with node-feature-discovery node affinity for non hypervisor and RDT | ||
nmiWatchdogMount: false | ||
PCM_NO_AWS_WORKAROUND: 1 | ||
PCM_KEEP_NMI_WATCHDOG: 0 | ||
nfd: true | ||
nfdBaremetalAffinity: true | ||
nfdRDTAffinity: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#### ================ Tunning for VM ================ | ||
nmiWatchdogMount: true | ||
mcfgMount: false | ||
PCM_NO_RDT: 1 # 0 - try to collect RDT data, enables local/remote memory bandwidth + llc occupancy | ||
# Disable RDT because is not avaiable for VM instances | ||
PCM_NO_RDT: 1 | ||
resctrlHostMount: false |
Oops, something went wrong.