Question about persistent configuration #234
-
I am now trying to use ramfs as the storage backend to store version-based data. file_path = .plog What is the relation between them. So should set ramdisk_path as /mnt/ram or set file_path as /mnt/ram I guess file_path just specifies the filename, so I should set ramdisk_path=/mnt/ram, and leave file_path as .plog Then If I run derecho, the versioned data should be stored in /mnt/ram/.plog, is that right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
In #233, you are not going to use ST_MEM. Therefore all you need to do to use ramfs is to point |
Beta Was this translation helpful? Give feedback.
In #233, you are not going to use ST_MEM. Therefore all you need to do to use ramfs is to point
file_path
to/mnt/ram
.