From: Zbigniew Jędrzejewski-Szmek Date: Thu, 9 Dec 2021 09:20:46 +0000 (+0100) Subject: Bump the max number of inodes for /tmp to a million too X-Git-Tag: v250-rc1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F21697%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/units/tmp.mount b/units/tmp.mount index 516bd1621ce..4e1bb8de24b 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