You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For systems that have no SSDs available for cache or sufficient free memory for ramdisk, let's write checkpoints directly to the file system. Let's assume we can still write filemap info to ramdisk, though (it's very small).
Route_file will need to do mkdir() calls here, probably for each component below the prefix directory.
We'll need to track file names and write SCR metadata that we'd normally get after a flush.
We need fetch to be aware of this, too.
The scavenge script will probably have to be modified, too.
The text was updated successfully, but these errors were encountered:
For systems that have no SSDs available for cache or sufficient free memory for ramdisk, let's write checkpoints directly to the file system. Let's assume we can still write filemap info to ramdisk, though (it's very small).
Route_file will need to do mkdir() calls here, probably for each component below the prefix directory.
We'll need to track file names and write SCR metadata that we'd normally get after a flush.
We need fetch to be aware of this, too.
The scavenge script will probably have to be modified, too.
The text was updated successfully, but these errors were encountered: