mirror of https://gitee.com/openkylin/docs.git
Pre Merge pull request !412 from DSOE1024/dev-faq
This commit is contained in:
commit
2b7c1fb4fa
|
@ -125,6 +125,14 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
|
|||
15 0 0 7 7:7:7:0 是 5748.0000 600.0000 5519.8481
|
||||
```
|
||||
|
||||
## 如何查看CPU是否支持虚拟化(虚拟机支持)
|
||||
|
||||
- Q:想使用虚拟机,如何查看CPU是否支持虚拟化?
|
||||
- A:可以使用以下命令,输出数字大于0表示支持虚拟化。
|
||||
```bash
|
||||
egrep -c '(vmx|svm)' /proc/cpuinfo
|
||||
```
|
||||
|
||||
|
||||
## 如何查看内存信息
|
||||
|
||||
|
|
Loading…
Reference in New Issue