diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 10:20:46 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 11:27:58 +0100 |
commit | cac372a80177fb622806270eb0d810e4c6ad0c84 (patch) | |
tree | b908181552d3c5faf70b55e9a5b8d55b2cfb1345 /units | |
parent | Bump the max number of inodes for /dev to a million (diff) | |
download | systemd-cac372a80177fb622806270eb0d810e4c6ad0c84.tar.xz systemd-cac372a80177fb622806270eb0d810e4c6ad0c84.zip |
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')
-rw-r--r-- | units/tmp.mount | 2 |
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 |