Skip to content

Commit d50e31d

Browse files
authored
Merge pull request #652 from WeeskyBDW/feat/linux-6.1-swap
2 parents 35f54e8 + adfc811 commit d50e31d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wings/1.0/installing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ sudo systemctl enable --now docker
7575
```
7676

7777
#### Enabling Swap
78+
::: tip Recent Linux kernel
79+
Since the version 6.1 of the Linux kernel, swap is enabled by default. If you are running a kernel version 6.1 or newer, you can skip this step. To check your kernel version, run `uname -r`.
80+
:::
7881

7982
On most systems, Docker will be unable to setup swap space by default. You can confirm this by running `docker info` and looking for the output of `WARNING: No swap limit support` near the bottom.
8083

0 commit comments

Comments
 (0)