Skip to content

Commit 07a0288

Browse files
Update README.md
1 parent 2bc2406 commit 07a0288

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ If you need multiple zram swaps or zram dirs just create another entry in /ect/z
5454

5555
Stop the service `sudo service zram-config stop` edit /etc/ztab `sudo nano /etc/ztab` start the service `sudo service zram-config start`
5656
```
57-
# swap alg mem_limit disk_size swap_priority page-cluster swappiness
58-
swap lz4 250M 750M 75 0 80
57+
# swap alg mem_limit disk_size swap_priority page-cluster swappiness
58+
swap lz4 400M 1200M 75 0 90
5959
60-
# dir alg mem_limit disk_size zram_dir bind_dir
61-
dir lz4 20M 60M /home/pi/MagicMirror /opt/magicmirror.bind
60+
# dir alg mem_limit disk_size target_dir bind_dir
61+
dir lz4 50M 150M /home/pi/MagicMirror /magicmirror.bind
6262
63-
# log alg mem_limit disk_size zram_dir bind_dir oldlog_dir
64-
log lz4 20M 60M /var/log /opt/log.bind /opt/oldlog
63+
# log alg mem_limit disk_size target_dir bind_dir oldlog_dir
64+
log lz4 20M 60M /var/log /log.bind /oldlog
6565
```
6666

6767

0 commit comments

Comments
 (0)