mherger wrote: > > One question: I decided to set the db memory parameter to "Maximum", > expecting the little device to crash during the scan. But it run just > fine. zswap seems to be enabled by default now? Or rather not disabled. > Because I can't find any trace of it on my Pi.
zswap (Compressed Ram Disk using zram kernel module and lz4 compression) is enabled by default. But a swapfile is disabled by default. If you want to enable a swapfile, you need to remove "noswap" from cmdline.txt on mmcblk0p1. (Can be modified using the bootcodes web page) ------------------------------------------------------------------------ paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=107352 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
