Skip to content

Commit

Permalink
nothing important
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Sep 19, 2012
1 parent efcfb21 commit 301e524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekitlib
Expand Up @@ -150,9 +150,9 @@ init_zram()
echo_green_star
echo "Setting dynamic RAM compression using ZRAM"
echo 536870912 > /sys/block/zram0/disksize # 512MB
echo 100 > /proc/sys/vm/swappiness
mkswap /dev/zram0 >/dev/null
swapon /dev/zram0 -p 32767
echo 100 > /proc/sys/vm/swappiness
}

# load the AUFS kernel module if needed
Expand Down

0 comments on commit 301e524

Please sign in to comment.