From bf938ae8bc5df75f20f4e55594bde30d7b4920f6 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:30:16 +0800 Subject: [PATCH] Simplify SWAP memory recommendation section Removed redundant SWAP setup instructions for clarity. --- docs/en/guide/qemu/qemu_precheck.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/en/guide/qemu/qemu_precheck.md b/docs/en/guide/qemu/qemu_precheck.md index b1a32effcd..9a585189ab 100644 --- a/docs/en/guide/qemu/qemu_precheck.md +++ b/docs/en/guide/qemu/qemu_precheck.md @@ -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 -```