public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dracut: lower ram usage at commpression
@ 2023-05-16  9:06 Arne Fitzenreiter
  2023-05-17  7:49 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Fitzenreiter @ 2023-05-16  9:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

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 <arne_f(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-17  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-16  9:06 [PATCH] dracut: lower ram usage at commpression Arne Fitzenreiter
2023-05-17  7:49 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox