hermes
hermes copied to clipboard
Implement a swap space manager
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.