提交 052a1a18 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #1063 from yanan-fu/hugepage

generic.tests.boot_vm_in_hugepage: Add multi variants to test with different hugepage size
......@@ -10,9 +10,13 @@
pre_command_noncritical = yes
pre_command = "echo 3 > /proc/sys/vm/drop_caches"
variants:
- 2M_hugepage:
- 2M:
expected_hugepage_size = 2048
- 1G_hugepage:
- 16M:
expected_hugepage_size = 16384
- 512M:
expected_hugepage_size = 524288
- 1G:
# Notes:
# Before start testing, please ensure your host OS support 1G hugepage.
# Please don't forget to update host kernel line to enable 1G hugepage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册