* zram: Compressed RAM-based block devices
@ 2024-10-01 15:46 Soul-Rebel
0 siblings, 0 replies; only message in thread
From: Soul-Rebel @ 2024-10-01 15:46 UTC (permalink / raw)
To: util-linux, ngupta
Hi hello,
REF: https://docs.kernel.org/admin-guide/blockdev/zram.html
Reading over the document explaining zram and see some spelling errors
in step 4 of the usage section. the word dictionary was misspelled in
the path example "/etc/dictioary"
#pass path to pre-trained zstd dictionary
echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
#same, but using algorithm priority
echo "priority=1 dict=/etc/dictioary" > \
/sys/block/zram0/algorithm_params
#pass path to pre-trained zstd dictionary and compression level
echo "algo=zstd level=8 dict=/etc/dictioary" > \
/sys/block/zram0/algorithm_params
Regards
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-01 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01 15:46 zram: Compressed RAM-based block devices Soul-Rebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).