nohang/misc/zram-off
Alexey Avramov 16e749b03f upd misc
2019-03-21 23:34:55 +09:00

11 lines
133 B
Bash
Executable File

#!/bin/sh
# Deactivate swap
swapoff /dev/zram0
# Reset zram
echo 1 > /sys/block/zram0/reset
# Remove zram module
modprobe -r zram