hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Implement a swap space manager

Open ChristopherHogan opened this issue 4 years ago • 0 comments

Created from JIRA HERM-62

Currently we have a basic implementation of swap space in that each node has a swap file that is append only. We don't worry about wasting space on the PFS. In the future, we may want to manage that space better and handle: * Allocation * Growing or shrinking * Filling in gaps * reusing invalidated regions * etc.

ChristopherHogan avatar Jan 28 '21 17:01 ChristopherHogan