Add overcommitment for CPU in Packet CI playbook (#4597)

This commit is contained in:
Maxime Guyot
2019-04-21 11:27:44 +02:00
committed by Kubernetes Prow Robot
parent 04f2682ac6
commit 88fe3403ce
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ vm_cpu_sockets: 1
vm_cpu_threads: 2
vm_memory: 4096Mi
# Request/Limit allocation settings
cpu_allocation_ratio: 0.5
memory_allocation_ratio: 1
# Default path for inventory
inventory_path: "/tmp/{{ test_name }}/inventory"