doc:readme.md

This commit is contained in:
zyimm 2023-07-14 15:25:16 +08:00
parent 0f42ceafe8
commit 6fe67da758
2 changed files with 44 additions and 44 deletions

View File

@ -1,44 +1,44 @@
# blog .
├── _posts
基于 Hexo 自己博客文档仓库 │   ├── AI
│   │   └── ChatGPT.md
## 目录 │   ├── code-first.md
```sh
├── AI
│   └── ChatGPT.md
├── code-first.md
├── git
│   ├── batch_delete_branch.md
│   └── no-login-required.md
├── hello-world.md
├── Linux
│   ├── docker
│   │   ├── clear-docker.md
│   │   ├── docker-exec-cd.md
│   │   ├── dockerfile-best-op.md
│   │   ├── docker-login-err.md
│   │   ├── php56-zip.md
│   │   └── php8-event.md
│   ├── git │   ├── git
│   │   └── git-compile-with-centos.md │   │   ├── batch_delete_branch.md
│   ├── linux-command.md │   │   └── no-login-required.md
│   ├── ssh │   ├── hello-world.md
│   │   └── ssh-password-free-login.md │   ├── Linux
│   ├── ubuntu │   │   ├── docker
│   │   ├── charles-install.md │   │   │   ├── clear-docker.md
│   │   ├── clear-invalid-package.md │   │   │   ├── docker-exec-cd.md
│   │   ├── network-drive-repair.md │   │   │   ├── dockerfile-best-op.md
│   │   └── update-snap.md │   │   │   ├── docker-login-err.md
│   └── virtual │   │   │   ├── php56-zip.md
│   └── qemu-guide.md │   │   │   └── php8-event.md
├── 前端 │   │   ├── git
│   ├── caniuse.md │   │   │   └── git-compile-with-centos.md
│   └── npm-serror.md │   │   ├── linux-command.md
└── 编程 │   │   ├── ssh
├── C++ │   │   │   └── ssh-password-free-login.md
│   └── env-setup.md │   │   ├── ubuntu
└── C语言 │   │   │   ├── charles-install.md
├── implements-php-array.md │   │   │   ├── clear-invalid-package.md
└── pointer.md │   │   │   ├── network-drive-repair.md
``` │   │   │   └── update-snap.md
│   │   └── virtual
│   │   └── qemu-guide.md
│   ├── 前端
│   │   ├── caniuse.md
│   │   └── npm-serror.md
│   ├── 数据库
│   │   └── Mysql
│   │   └── mysqldump-error.md
│   └── 编程
│   ├── C++
│   │   └── env-setup.md
│   ├── C语言
│   │   ├── implements-php-array.md
│   │   └── pointer.md
│   └── PHP
│   └── standard.md
└── README.md

View File

@ -72,7 +72,7 @@ qemu-system-x86_64 -m 1GB -boot cd -hda /server/kvm-1.qcow2 -mem-path /dev/hugep
对于内存访问密集型的应用使用huge page是可以比较明显地提高客户机性能。使用huge page的内存不能被换出swap out也不能使用ballooning方式自动增长。 对于内存访问密集型的应用使用huge page是可以比较明显地提高客户机性能。使用huge page的内存不能被换出swap out也不能使用ballooning方式自动增长。
**x86支持2MB大小的大页huge page** **x86支持2MB大小的大页huge page)**
**示例** **示例**