UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 2b2b9e2a authored by John Ward's avatar John Ward
Browse files

Update the initial CPU configuration to give equal vCPU counts across the entire environment

Calculations are based on the following
EPIC 7401 128 x 3.2 = 409
EPIC 7402 256 x 106 = 409
parent 06c8b799
Branches
No related merge requests found
......@@ -180,7 +180,7 @@ hosts:
interfaces: [enp97s0f1]
private:
interfaces: [enp113s0f1]
initial_cpu_allocation_ratio: 2.5
initial_cpu_allocation_ratio: 3.2
initial_ram_allocation_ratio: 1.5
computev2:
style: physical
......@@ -213,7 +213,7 @@ hosts:
interfaces: [enp97s0f1]
private:
interfaces: [enp113s0f1]
initial_cpu_allocation_ratio: 2.5
initial_cpu_allocation_ratio: 3.2
initial_ram_allocation_ratio: 1.5
computev3:
style: physical
......@@ -247,7 +247,7 @@ hosts:
interfaces: [enp193s0f0]
private:
interfaces: [enp193s0f1]
initial_cpu_allocation_ratio: 2.5
initial_cpu_allocation_ratio: 1.6
initial_ram_allocation_ratio: 1.5
computev4:
style: physical
......@@ -281,7 +281,7 @@ hosts:
interfaces: [enp161s0f0]
private:
interfaces: [enp129s0f1]
initial_cpu_allocation_ratio: 2.5
initial_cpu_allocation_ratio: 1.6
initial_ram_allocation_ratio: 1.5
containerv1:
style: physical
......@@ -329,7 +329,7 @@ hosts:
interfaces: [enp193s0f0]
private:
interfaces: [enp193s0f1]
initial_cpu_allocation_ratio: 2.5
initial_cpu_allocation_ratio: 1.6
initial_ram_allocation_ratio: 1.5
cache:
style: virtual
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment