Add warning about subsequent system_swap_size changes

This commit is contained in:
Slavi Pantaleev 2023-03-23 11:21:07 +02:00
parent c72e888583
commit 2a8aebf309

View file

@ -36,6 +36,8 @@ To avoid these calculations and set your own size explicitly, set the `system_sw
system_swap_size: 4096
```
**Warning**: changing `system_swap_size` subsequently will not recreate the SWAP file with the new size. You will need to disable swap, re-run the playbook (to make it clean up), then enable it again with the new size.
### ssh
> **Warning**: advanced functionality! While the default config with a few adjustments was battle tested on hundreds of servers,