==Installing and Configuring systemd-swap== <!--T:57-->
{{Warning|This and following sections on zswap is going to be removed - please use zram instead.}}
<!--T:58-->
First, install and enable {{ic|systemd-swap}}:</translate>
pamac install systemd-swap
sudo systemctl enable systemd-swap.service
<translate><!--T:59--> Next enable dynamic swap management by creating a file {{ic|/etc/systemd/swap.conf.d/myswap.conf}} with the following parameters:</translate>
zswap_enabled=0
zram_enabled=0
swapfc_enabled=1
<translate><!--T:60--> If you would prefer a single command to create this file you could use:</translate>