Merge pull request #652 from WeeskyBDW/feat/linux-6.1-swap

This commit is contained in:
Rowan 2025-05-28 10:07:52 +01:00 committed by GitHub
commit d50e31d1fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,9 @@ sudo systemctl enable --now docker
``` ```
#### Enabling Swap #### Enabling Swap
::: tip Recent Linux kernel
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`.
:::
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. 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.