## Context WSL2 memory consumption (`vmmem`) and Docker disk growth (`ext4.vhdx`) can degrade host performance and consume disk space over time. ## Acceptance Criteria - [ ] Add a recommended `.wslconfig` configuration template for the Windows host (`autoMemoryReclaim=gradual`, memory limits). - [ ] Add an automated systemd timer or cron job for periodic Docker pruning (`docker system prune -af --volumes`). - [ ] Document instructions on how to apply and verify `.wslconfig`.
Context
WSL2 memory consumption (
vmmem) and Docker disk growth (ext4.vhdx) can degrade host performance and consume disk space over time.Acceptance Criteria
.wslconfigconfiguration template for the Windows host (autoMemoryReclaim=gradual, memory limits).docker system prune -af --volumes)..wslconfig.