Simplify SWAP memory recommendation section

Removed redundant SWAP setup instructions for clarity.
This commit is contained in:
spiritlhl
2026-03-02 20:30:16 +08:00
committed by GitHub
parent 3a95443734
commit bf938ae8bc

View File

@@ -52,15 +52,3 @@ If the host does not have an IPv6 subnet but you want to assign IPv6 addresses t
:::
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
```