update 4.PVE制作虚拟机模板.md.

This commit is contained in:
秋刀狐狸
2022-08-06 13:29:19 +00:00
committed by Gitee
parent 9c4e179826
commit 87db71d94f
+7
View File
@@ -383,4 +383,11 @@ net.ipv4.tcp_sack = 1
net.ipv4.tcp_dsack = 1 net.ipv4.tcp_dsack = 1
net.ipv4.icmp_ratelimit = 50 net.ipv4.icmp_ratelimit = 50
```
保存该配置文件后,重启系统或者使用以下命令让配置生效:
```bash
## 让内核参数生效
sudo sysctl -f
``` ```