CPU/RAM over commit 설정 및 적용 (compute 노드)
$ grep ^[^#] /etc/nova/nova.conf | grep allocation cpu_allocation_ratio=4.0 ram_allocation_ratio=2.0 $ systemctl restart openstack-nova-compute.service |
https://docs.openstack.org/arch-design/design-compute/design-compute-overcommit.html
아래와 같이 오픈스택 문서상에는 CPU ratio는 16:1, 메모리는 1.5:1이 default라고 되어 있다.
OpenStack Docs: Overcommitting CPU and RAM
Overcommitting CPU and RAM OpenStack allows you to overcommit CPU and RAM on compute nodes. This allows you to increase the number of instances running on your cloud at the cost of reducing the performance of the instances. The Compute service uses the fol
docs.openstack.org
OpenStack allows you to overcommit CPU and RAM on compute nodes. This allows you to increase the number of instances running on your cloud at the cost of reducing the performance of the instances. The Compute service uses the following ratios by default:
|
'Openstack' 카테고리의 다른 글
Host Reboot and virsh shutdown in OpenStack (0) | 2020.05.06 |
---|---|
OpenStack Quota Set --cores (0) | 2020.05.04 |
OpenStack CPU Pinning NUMA flavor (0) | 2020.03.11 |
Guestfish로 VM rc.local 파일 수정 (0) | 2020.03.07 |