Changeset 103
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
TODO
r99 r103 1 More documentation; find bettersource format.1 Find better documentation source format. 2 2 3 3 Work on "eviction policy." Delete swapfile with largest free space? … … 5 5 Custom signals can interrupt creation/decommissioning of swapfiles. I'm not 6 6 sure this is a bad thing, but it might create a risk of leaking files. 7 8 Try to detect situations where the next swapfile will fill up the disk, and9 don't bother to allocate. As a side effect, this may make swapspace respect the10 filesystem's conservative measurement of free disk space, which seems proper.11 See coreutils "df" source code for how to find this information for a given swap12 directory.13 7 14 8 Describe the algorithm's finite state machine in Dot format.
