refactor ♻️: Reduce log2ram RAM allocation from 10% to 5%
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 6s
ai-reviews / Review PR (pull_request) Successful in 11s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 15s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 2s

Optimized memory usage by halving the RAM allocation for log2ram, improving system performance and resource efficiency.
This commit is contained in:
2026-02-16 19:29:11 +01:00
parent 6e44de23e9
commit 954bd185f5

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