feat(ansible): increase swap to 16GB and apply memory optimizations
- Resized swap file from 4GB to 16GB. - Configured zswap pool (30%) and THP (madvise) via GRUB. - Tuned kernel parameters for proactive reclaim and NVMe write-back. - Integrated systemd-oomd for user slice monitoring. - Updated documentation and changelog.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# mw-pfeddersheim-workstation variables
|
||||
system_user: mw
|
||||
swap_file_path: /swapfile
|
||||
swap_file_size_gb: 16
|
||||
workspace_root: /home/mw/infrastructure/mw-pfeddersheim-workstation
|
||||
os_type: archlinux
|
||||
pnpm_version: "25.6.1"
|
||||
|
||||
Reference in New Issue
Block a user