File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ If you need multiple zram swaps or zram dirs just create another entry in /ect/z
54
54
55
55
Stop the service ` sudo service zram-config stop ` edit /etc/ztab ` sudo nano /etc/ztab ` start the service ` sudo service zram-config start `
56
56
```
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
59
59
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
62
62
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
65
65
```
66
66
67
67
You can’t perform that action at this time.
0 commit comments