Remove SWAP virtual memory instructions

Removed instructions for adding SWAP virtual memory from the guide.
This commit is contained in:
spiritlhl
2026-03-02 20:30:00 +08:00
committed by GitHub
parent 0f128a8035
commit 3a95443734

View File

@@ -53,15 +53,3 @@ This project will automatically deploy k3s. There is no need to prepare a Kubern
:::
It is recommended to add some SWAP virtual memory before creating virtual machines to avoid sudden memory usage causing the host to crash.
International
```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
```
China
```shell
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
```