-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] why is the script disabling zram? #142
Comments
I assume you asked this on the forum too. https://forum.openmediavault.org/index.php?thread/7633-howto-instal-zfs-plugin-use-zfs-on-omv/&postID=405772#post405772 |
you assume correctly looking at the script again i noticed armbian uses ramlog and zram together by default |
You are free to use ramlog. Just disable installing the flashmemory plugin when installing OMV - https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/install#L130 Other reasons: I run flashmemory on all of my OMV systems even with nvme. It let me run OMV on an SD card for 5 years. When something works well, we have a tendency to not look for replacements. |
you said zram/flashmemory combo would use even more ram? how does that work? |
flashmemory moves files to tmpfs. zram moves files to tmpfs. Some/many of those files are moved to tmpfs by both zram and flashmemory. This will use more ram than just one of them. |
is it zram per se or the implementation alongside log2ram on many distros? could that solve the issue?
|
I worded that wrong. I meant log2ram not zram. zram is just compressing. zram could be used in folder2ram I guess. So, your issue with folder2ram wrong is repeating my mistake. If you want to ask for something from folder2ram, it would be to use zram. |
any downsides to enabling it back? i use zfs so every byte counts haha
The text was updated successfully, but these errors were encountered: