From d10d80803b3ff020788dfb3e3e97b0baf9d6be4c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 16 Feb 2026 17:57:09 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20variable=20log2ram=5F?= =?UTF-8?q?host=5Fmemtotal=5Fmb=20for=20storing=20host=20memory=20total=20?= =?UTF-8?q?in=20MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce a new variable to store the total memory of the host in megabytes, enhancing memory management and resource allocation within the system. --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 1c18c96..48e8c36 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -37,6 +37,7 @@ log2ram_ram_percent: 10 log2ram_min_size_mb: 128 log2ram_max_size_mb: 1024 +log2ram_host_memtotal_mb: "{{ ansible_memtotal_mb }}" # Journald RAM usage limit journald_runtime_max_use: "100M"