Merge pull request 'refactor ♻️: Reduce log2ram RAM allocation from 10% to 5%' (#41) from dev into main
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s

Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
2026-02-16 19:31:01 +01:00

View File

@@ -33,7 +33,7 @@ proxmox_apt_languages:
- "it" - "it"
# Percentage of total RAM to allocate to log2ram # Percentage of total RAM to allocate to log2ram
log2ram_ram_percent: 10 log2ram_ram_percent: 5
log2ram_min_size_mb: 128 log2ram_min_size_mb: 128
log2ram_max_size_mb: 1024 log2ram_max_size_mb: 1024