From 931c72f9f59ed8457c9598c26b56b940f90f56cc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 17 Aug 2025 03:06:07 -0400 Subject: [PATCH] raise journal size for relevant servers --- hosts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts.sh b/hosts.sh index 842a47a..f515b8c 100644 --- a/hosts.sh +++ b/hosts.sh @@ -169,6 +169,7 @@ declare -Ar hosts_journald_system_max_file_size=( [0.grapheneos.org]=256M [1.grapheneos.org]=256M [2.grapheneos.org]=512M + [3.grapheneos.org]=256M [0.grapheneos.network]=4G [1.grapheneos.network]=4G [2.grapheneos.network]=4G @@ -176,7 +177,7 @@ declare -Ar hosts_journald_system_max_file_size=( [0.releases.grapheneos.org]=4G [1.releases.grapheneos.org]=2G [2.releases.grapheneos.org]=2G - [matrix.grapheneos.org]=512M + [matrix.grapheneos.org]=1G [discuss.grapheneos.org]=1G [grapheneos.social]=1G )