From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] dracut: lower ram usage at commpression Date: Tue, 16 May 2023 09:06:06 +0000 Message-ID: <20230516090606.1170-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7897417365153992123==" List-Id: --===============7897417365153992123== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit this lower the compression ratio sligtly (the ramdlisk is 100kb larger) and use only a single thread now. (it's still faster than before on a dual core.) Note to Peter: if there are no other changes on dracut ship only /usr/lib/dracut/dracut.conf.d/ipfire.conf at core update. fixes: #13091 Signed-off-by: Arne Fitzenreiter --- config/dracut/ipfire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index bab5c8a2e..5a4f0aa7c 100644 --- a/config/dracut/ipfire.conf +++ b/config/dracut/ipfire.conf @@ -2,4 +2,4 @@ early_microcode="yes" # Compress using Zstandard -compress="zstd" +compress="zstd -10 -q -T1" -- 2.34.1 --===============7897417365153992123==--