Update README.md

This commit is contained in:
aiminick 2019-10-11 17:18:09 +08:00 committed by GitHub
parent d0137633e6
commit 16f77b4fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -573,11 +573,11 @@ net.ipv4.tcp_congestion_control=bbr
### 2-6.内存及交换优化(算法级)
- 支持Swap交换分区
- **支持Swap交换分区**
本次新版系统默认增加了对Swap交换缓存的支持以缓解系统内存不足所造成的死机问题大大提升了可执行大容量内存需求应用程序的支持和效率用户无需手动创建系统Swap我们的系统在安装完成后将自动完成并初始化SwapSwap文件或分区的位置可以通过查看系统挂载配置文件 /etc/fstab 来调整。
- 支持zSWAP虚拟内存压缩
- **支持zSWAP虚拟内存压缩**
本次新版系统内核默认已加入了 **zSWAP** 虚拟内存压缩功能,可为将要交换的页面提供压缩回写缓存,默认占用物理内存上限为系统总内存的 **25%**