Difference between revisions of "Swap"
m
→Automated Swap Management with systemd-swap
imported>Cscs m |
imported>DeMus |
||
Line 129: | Line 129: | ||
Next enable dynamic swap management by creating a file {{ic|/etc/systemd/swap.conf.d}} with the following parameters: | Next enable dynamic swap management by creating a file {{ic|/etc/systemd/swap.conf.d/myswap.conf}} with the following parameters: | ||
zswap_enabled=0 | zswap_enabled=0 | ||
zram_enabled=0 | zram_enabled=0 | ||
Line 183: | Line 183: | ||
To enable zswap with systemd-swap, simply alter the instructions above and set {{ic|zswap_enabled to 1}} | To enable zswap with systemd-swap, simply alter the instructions above and set {{ic|zswap_enabled to 1}} | ||
=Tuning & Performance Considerations= | =Tuning & Performance Considerations= |