Skip to content

Commit 3a95443

Browse files
authored
Remove SWAP virtual memory instructions
Removed instructions for adding SWAP virtual memory from the guide.
1 parent 0f128a8 commit 3a95443

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/en/guide/kubevirt/kubevirt_precheck.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,3 @@ This project will automatically deploy k3s. There is no need to prepare a Kubern
5353
:::
5454

5555
It is recommended to add some SWAP virtual memory before creating virtual machines to avoid sudden memory usage causing the host to crash.
56-
57-
International
58-
59-
```shell
60-
curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
61-
```
62-
63-
China
64-
65-
```shell
66-
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
67-
```

0 commit comments

Comments
 (0)