mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-24 14:40:36 -04:00
increase journal size for network servers
This commit is contained in:
parent
1dc26ba006
commit
65e2b8b109
1 changed files with 3 additions and 3 deletions
6
hosts.sh
6
hosts.sh
|
@ -152,9 +152,9 @@ declare -Ar hosts_journald_system_max_use=(
|
|||
)
|
||||
|
||||
declare -Ar hosts_journald_system_max_file_size=(
|
||||
[0.grapheneos.network]=1G
|
||||
[1.grapheneos.network]=512M
|
||||
[2.grapheneos.network]=2G
|
||||
[0.grapheneos.network]=2G
|
||||
[1.grapheneos.network]=1G
|
||||
[2.grapheneos.network]=4G
|
||||
[3.grapheneos.network]=512M
|
||||
[0.releases.grapheneos.org]=256M
|
||||
[1.releases.grapheneos.org]=256M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue