mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
update 4.PVE制作虚拟机模板.md.
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user