filmov
tv
Using zram and zswap in Linux
Показать описание
In this video I describe the differences between zram and zswap, their use cases, and how to set them up.
Support the channel:
BTC - 3NzWDDH3n5PsBKqWJyAb7rvsGvJKxcAPFv
ETH - 0xB09212235c648a448F0E7eEB416ce5652362c772
Follow me:
SecureRandom on YouTube -
SecureRandom on LBRY / Odysee -
----------------------------------------------------
zram commands:
zram
options zram num_devices=1
KERNEL=="zram0", ATTR{disksize}="512M",TAG+="systemd"
[Unit]
Description=Swap with zram
[Service]
Type=oneshot
RemainAfterExit=true
ExecStartPre=/sbin/mkswap /dev/zram0
ExecStart=/sbin/swapon -p 5 /dev/zram0
ExecStop=/sbin/swapoff /dev/zram0
[Install]
sudo systemctl enable zram
----------------------------------------------------
zswap commands:
Check if zswap is enabled / supported
cat /sys/module/zswap/parameters/enabled
sudo vim /etc/default/grub
Support the channel:
BTC - 3NzWDDH3n5PsBKqWJyAb7rvsGvJKxcAPFv
ETH - 0xB09212235c648a448F0E7eEB416ce5652362c772
Follow me:
SecureRandom on YouTube -
SecureRandom on LBRY / Odysee -
----------------------------------------------------
zram commands:
zram
options zram num_devices=1
KERNEL=="zram0", ATTR{disksize}="512M",TAG+="systemd"
[Unit]
Description=Swap with zram
[Service]
Type=oneshot
RemainAfterExit=true
ExecStartPre=/sbin/mkswap /dev/zram0
ExecStart=/sbin/swapon -p 5 /dev/zram0
ExecStop=/sbin/swapoff /dev/zram0
[Install]
sudo systemctl enable zram
----------------------------------------------------
zswap commands:
Check if zswap is enabled / supported
cat /sys/module/zswap/parameters/enabled
sudo vim /etc/default/grub
Using zram and zswap in Linux
Looking at Swap on Proxmox: Configuration, zswap, zram, swappiness and more.
Ubuntu: zram vs zswap vs zcache Ultimate guide: when to use which one (2 Solutions!!)
Why You Should Use ZRAM on Your Raspberry Pi
Unix & Linux: Effect of enabling zswap on zram without any disk swap
LPC2019 - Decoupling ZRAM from a specific backend
Zswap, Zram, Zcache desktop usage scenarios
Linux Swap | Different Kinds and How to Use It
ArcoLinux : 3017 Creating zram with the zram-generator - exactly like Arch Linux
496 - swap vs zram vs zswap en pentium 4
Is swap compression in RAM (ZSWAP) benefitial on a Linux server with SSD drives? (2 Solutions!!)
zRAM : Free RAM on your Linux machine using compression ;-)
A Clarification of Swap Space on Linux
ZRAM vs. regular swap partition
Ubuntu 12.10.zram-config or zramswap-enabler?Which is better?
How to enable Zswap on Linux for better performance
Set up ZRAM/Compressed RAM Swap | 96Boards Guides
Linux Transparent Memory Compression - Seth Jennings, IBM
Linux Swap Space: Do You Even Really Need It Anymore?
Usar Zram e Zswap no lugar da Swap
'How To Install and Use Zram On Linux - Step-by-Step Guide'
Allocators for Compressed Pages: In-depth Comparison with z3fold in Focus - Vitaly Wool, Consultant
Unix & Linux: When is zswap used?
Quick 5min Linux low memory tip: enable zswap with the brand new z3fold pool for big improvement
Комментарии