We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2872039 commit 94fa13cCopy full SHA for 94fa13c
docs/case/case6.md
@@ -10,10 +10,18 @@ https://github.com/spiritLHLS/addswap
10
11
为openvz、kvm虚拟化的linux服务器增加swap分区(虚拟内存)
12
13
-```bash
+国际
14
+
15
+```shell
16
curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
17
```
18
19
+国内
20
21
22
+curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
23
+```
24
25
已增加openvz架构重启swap自动添加的
26
27
openvz这个添加=掩耳盗铃,实际受到虚拟化限制应该是无法添加的,只能由虚拟化的宿主机控制,同理LXC虚拟化的也只能由宿主机控制,都无法自主添加虚拟内存SWAP
0 commit comments