-
Notifications
You must be signed in to change notification settings - Fork 49
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
Change cache device from RAM to SSD #180
Comments
@vincenzogianfelice At the moment, no. The RapidDisk-Cache module and the user-space utilities are only designed to attach RapidDisk RAM drives. Maybe in the future I will change that but for now, it is limited to just that. |
I hope you will implement it because it would be really useful. Since this program is "on the fly" and does not require any type of disk formatting, it would be truly perfect. Unfortunately, the most renowned tools (at least that I know of) require formatting the disk, which is not exactly convenient. |
@vincenzogianfelice Thank you for the feedback. I will definitely keep your comments in mind for future improvements to the software suite. |
Thank you. I also take this opportunity to ask you something that I don't quite understand. Let's say that I create a 4GB rapiddisk and that this gets filled up at a certain point. Will the new data "take the place" of the older ones? Thank you |
RapidDisk-Cache uses a Least Recently Used (LRU) FIFO algorithm to replace data that hasn't recently been accessed and replaces it with new data. |
Thanks for the information. I hope you will take this into consideration as soon as possible, as it is very useful. |
An good implementation for an superb software. |
As the title, is it possible to set device cache rapiddisk to SSD instead of RAM? Thank you
The text was updated successfully, but these errors were encountered: