documentation/docs/alpine-desktop-setup/post-install/zram.md

15 lines
402 B
Markdown
Raw Normal View History

2023-12-25 21:54:10 +01:00
# Zram
Because a Linux system requires swap to function properly install `zram-init`. To keep it simple, it will utilise RAM to store compressed swap.
Install it with:
```
# apk add zram-init
# rc-update add zram-init default
```
Now reboot the computer or restart the service to check if it works.
2023-12-25 22:16:15 +01:00
Also be sure to read the [ArchWiki](https://wiki.archlinux.org/title/Zram) for more information.