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:
ja
2026-03-17 19:02:01 +01:00
parent d2067dfb91
commit 72274e0d39
6 changed files with 166 additions and 6 deletions
+8 -4
View File
@@ -8,7 +8,7 @@ tags:
- infrastructure-as-code
- linux
- automation
last_updated: '2026-03-13'
last_updated: '2026-03-17'
---
# saTway® Infrastructure - mw-pfeddersheim-workstation
@@ -28,12 +28,16 @@ ansible-playbook ansible/workstation.yml
# 3. Run automated maintenance
bash scripts/maintenance.sh
# 4. Run daily routine (Morning/EOD)
bash scripts/daily-routine.sh morning-full
bash scripts/daily-routine.sh eod
```
## 📊 Current Status (2026-03-13)
## 📊 Current Status (2026-03-17)
- **System Health**: ✅ Healthy (Load: 1.59, Disk: 84% used, Memory: 44% used)
- **Active Containers**: 6 running
- **System Health**: ✅ Healthy (Load: 0.40, Disk: 84% used, Memory: 19% used, Swap: 16GB)
- **Active Containers**: 6 running (with memory limits)
- **Network**: Tailscale active
## 📂 Project Structure