Ubuntu
KVM의 VM에서 Hugepage 사용하기
AndrewJ
2022. 1. 13. 09:33
반응형
구성 환경
Host OS: Ubuntu
Hypervisor: KVM
VM(Guest): CentOS, Ubuntu, CoreOS 등 (Linux 계열)
우선 아래의 Web Docs를 보고 설정 및 테스트해보고, 잘 동작하면 여기에 테스트한 내용을 기록할 예정이다.
https://help.ubuntu.com/community/KVM%20-%20Using%20Hugepages
KVM - Using Hugepages - Community Help Wiki
Introduction The computer memory is divided in pages. The standard page size on most systems is 4KB. To keep track on what information is stored in which page, the system uses a page table. Searching in this page table is (in computer terms) a time costly
help.ubuntu.com
블로그 작성자: sejong.jeonjo@gmail.com