Skip to content

Commit

Permalink
Use ~90% for /var
Browse files Browse the repository at this point in the history
- I will migrate to docker volumes instead of bind mounts when switching servers.
- This is the recommended way and storing stuff in my ~ was always pretty creepy to me
  • Loading branch information
leomeinel authored Apr 30, 2023
1 parent 98cee22 commit 2bae8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TIMEZONE="Europe/Amsterdam"
# Strings are sorted by their time of execution.
# x%FREE means x% of what is left after allocating the previous volume.
# / /usr /var /home
DISK_ALLOCATION=("5%FREE" "5%FREE" "20%FREE" "100%FREE")
DISK_ALLOCATION=("5%FREE" "5%FREE" "90%FREE" "100%FREE")
# Example allocation for small disks
#DISK_ALLOCATION=("15%FREE" "40%FREE" "50%FREE" "100%FREE")

Expand Down

0 comments on commit 2bae8a2

Please sign in to comment.