nohang/trash/zram-off
Alexey Avramov ec2f960383 fix CLI
2019-04-04 15:08:27 +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