nixos/release-notes: add redis vmOverCommit entry

This commit is contained in:
Sandro Jäckel 2024-04-03 15:45:54 +02:00
parent 5f349abc7b
commit 5b88059fe5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -293,6 +293,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
- `network-interfaces.target` system target was removed as it has been deprecated for a long time. Use `network.target` instead.
- `services.redis.vmOverCommit` now defaults to `true` and no longer enforces Transparent Hugepages (THP) to be disabled. Redis only works with THP configured to `madvise` which is the kernel's default.
- `azure-cli` now has extension support. For example, to install the `aks-preview` extension, use
```nix