feat(shoukei): reduce size limit for root tmpfs

This commit is contained in:
Ryan Yin
2026-03-20 22:49:21 +08:00
parent 6a03dddcbd
commit 0c23a823c6

View File

@@ -100,7 +100,7 @@ in
# set mode to 755, otherwise systemd will set it to 777, which cause problems.
# relatime: Update inode access times relative to modify or change time.
options = [
"size=4G"
"size=1G"
"relatime"
"mode=755"
];