summaryrefslogtreecommitdiff
path: root/units/tmp.mount
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-09 10:20:46 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-09 11:27:58 +0100
commitcac372a80177fb622806270eb0d810e4c6ad0c84 (patch)
treeb908181552d3c5faf70b55e9a5b8d55b2cfb1345 /units/tmp.mount
parente98d0662ffbffe2c60492be6b4f5d579038d3282 (diff)
downloadsystemd-cac372a80177fb622806270eb0d810e4c6ad0c84.tar.gz
Bump the max number of inodes for /tmp to a million too
Fixes #21626. (The bug report talks about /run, but the issue is actually with /tmp.) People use /tmp for various things that fit in memory, e.g. unpacking packages, and 400k is not much. Let's raise is a bit.
Diffstat (limited to 'units/tmp.mount')
-rw-r--r--units/tmp.mount2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/tmp.mount b/units/tmp.mount
index 516bd1621c..4e1bb8de24 100644
--- a/units/tmp.mount
+++ b/units/tmp.mount
@@ -22,4 +22,4 @@ After=swap.target
What=tmpfs
Where=/tmp
Type=tmpfs
-Options=mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=400k
+Options=mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=1m