-
Notifications
You must be signed in to change notification settings - Fork 1
/
perf_profiles.yaml
34 lines (34 loc) · 1.61 KB
/
perf_profiles.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
parameter_defaults:
hci_enterprise_default:
workload::average_guest_flavor: 'm1.medium'
workload::average_guest_memory_size_in_mb: 2048
workload::average_guest_CPU_utilization_percentage: 50
workload::tuned_profile: 'throughput-performance'
workload::jumbo_frames: storage_mgmt_nic # does not support updates
workload::numa_service:: [email protected]
workload::numa_nic:: storage_mgmt_nic
workload::numa_policy:: preferred
hci_enterprise_many_small_vms:
workload::average_guest_flavor: 'm1.small'
workload::average_guest_memory_size_in_mb: 1024
workload::average_guest_CPU_utilization_percentage: 20
workload::tuned_profile: 'throughput-performance'
workload::jumbo_frames: storage_mgmt_nic # does not support updates
workload::numa_service:: [email protected]
workload::numa_nic:: storage_mgmt_nic
workload::numa_policy:: preferred
hci_enterprise_few_large_vms:
workload::average_guest_flavor: 'm1.xlarge'
workload::average_guest_memory_size_in_mb: 4096
workload::average_guest_CPU_utilization_percentage: 80
workload::tuned_profile: 'throughput-performance'
workload::jumbo_frames: storage_mgmt_nic # does not support updates
workload::numa_service:: [email protected]
workload::numa_nic:: storage_mgmt_nic
workload::numa_policy:: preferred
hci_nfv_default:
workload::average_guest_flavor: 'm1.large'
workload::average_guest_memory_size_in_mb: 8192
workload::average_guest_CPU_utilization_percentage: 90
workload::tuned_profile: 'latency-performance'
workload::jumbo_frames: storage_mgmt_nic # does not support updates