diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-11-24 11:27:10 +0100 |
---|---|---|
committer | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-11-24 11:35:30 +0100 |
commit | 4dd55c0d851818fbb6e03cd8b2792137b6455149 (patch) | |
tree | 0dd35ae1a34011eddc462c7e26ddde036cfb7ca1 /resources/tools | |
parent | e55816842cf0eea50196230a0ababd42505e372f (diff) |
ansible: update 3n-tsh hugepages
Fix "Not enough availablehuge pages: 1483!".
Also update 3n-tsh docs.
Change-Id: I1d37a66af1e2363f77fdbd87d238e8ff5535b011
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'resources/tools')
2 files changed, 6 insertions, 4 deletions
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml index cb15cadfa3..f57c8df45f 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml @@ -15,6 +15,7 @@ sysctl: kernel: watchdog_cpumask: "0,16,32,48" vm: - nr_hugepages: 4096 - max_map_count: 20000 + nr_hugepages: 32768 + +inventory_ipmi_hostname: '10.30.50.36' cpu_microarchitecture: "taishan" diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml index 90a3d4ffc3..90fe27e275 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.37.yaml @@ -15,6 +15,7 @@ sysctl: kernel: watchdog_cpumask: "0,16,32,48" vm: - nr_hugepages: 4096 - max_map_count: 20000 + nr_hugepages: 32768 + +inventory_ipmi_hostname: '10.30.50.37' cpu_microarchitecture: "taishan" |