Skip to content

Commit 3ca246d

Browse files
authored
Increase snore value
Apparently snore 0.2 is too fast for some systems...
1 parent 42da789 commit 3ca246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd-swap

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ case $1 in
257257
for (( i = 0; i < 10; ++i )); do
258258
[[ -d /sys/module/zram ]] && break
259259
modprobe zram
260-
snore 0.2
260+
snore 1
261261
done
262262
INFO "Zram: module successfully loaded"
263263
else

0 commit comments

Comments
 (0)