mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-23 00:10:25 -05:00
raise journal file size for relevant servers
This commit is contained in:
parent
9952c02e43
commit
defb596ac1
1 changed files with 6 additions and 6 deletions
12
hosts.sh
12
hosts.sh
|
|
@ -168,17 +168,17 @@ declare -Ar hosts_journald_system_max_use=(
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -Ar hosts_journald_system_max_file_size=(
|
declare -Ar hosts_journald_system_max_file_size=(
|
||||||
[0.grapheneos.org]=256M
|
[0.grapheneos.org]=512M
|
||||||
[1.grapheneos.org]=256M
|
[1.grapheneos.org]=512M
|
||||||
[2.grapheneos.org]=512M
|
[2.grapheneos.org]=1G
|
||||||
[3.grapheneos.org]=256M
|
[3.grapheneos.org]=512M
|
||||||
[0.grapheneos.network]=4G
|
[0.grapheneos.network]=4G
|
||||||
[1.grapheneos.network]=4G
|
[1.grapheneos.network]=4G
|
||||||
[2.grapheneos.network]=4G
|
[2.grapheneos.network]=4G
|
||||||
[3.grapheneos.network]=2G
|
[3.grapheneos.network]=2G
|
||||||
[0.releases.grapheneos.org]=4G
|
[0.releases.grapheneos.org]=4G
|
||||||
[1.releases.grapheneos.org]=2G
|
[1.releases.grapheneos.org]=4G
|
||||||
[2.releases.grapheneos.org]=2G
|
[2.releases.grapheneos.org]=4G
|
||||||
[matrix.grapheneos.org]=1G
|
[matrix.grapheneos.org]=1G
|
||||||
[discuss.grapheneos.org]=1G
|
[discuss.grapheneos.org]=1G
|
||||||
[grapheneos.social]=1G
|
[grapheneos.social]=1G
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue