Problem: RAM disk/drive on Xbian, how to use zramswap?
|
12th Jun, 2023, 06:50 PM
Post: #3
|
|||
|
|||
RE: RAM disk/drive on Xbian, how to use zramswap?
> xbian-package-zram-swap
did "apt install xbian-package-zram-swap" -> "xbian-package-zram-swap is already the newest version (1.0.8)." > /etc/default/zram-swap is a config. file apparently, thanks. Being unsure how to modify it, i assumed i need to somehow activate zram so i did: Quote:ZRUNSHM=1 After reboot, it caused following in "zramctl --output-all" output: Quote:/dev/zram2 1M 44K 743B lzo-rle 4 1 24K 0B 24K 0B /run/shm (only 1MB? Copying file to it says: No space left on device) Quote:# grep -v "#" /etc/default/zram-swap|grep . and mount: Quote:/dev/zram2 on /run/shm type ext2 (rw,nosuid,noatime) Quote:# swapon Setting SWAPFILE=/mnt/zram not apparently changed outputs of above commands (file existed before reboot, after reboot not exist) I wanted to have proper zram 128M partition and proper grow-able zramswap... any idea what to try please? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RAM disk/drive on Xbian, how to use zramswap? - postcd - 19th May, 2023, 06:29 AM
RE: RAM disk/drive on Xbian, how to use zramswap? - Nachteule - 25th May, 2023, 04:37 AM
RE: RAM disk/drive on Xbian, how to use zramswap? - postcd - 12th Jun, 2023 06:50 PM
RE: RAM disk/drive on Xbian, how to use zramswap? - Nachteule - 12th Jun, 2023, 08:11 PM
RE: RAM disk/drive on Xbian, how to use zramswap? - sortrequire - 11th Dec, 2023, 02:51 PM
RE: RAM disk/drive on Xbian, how to use zramswap? - ontosalsa - 17th Nov, 2023, 01:05 PM
|