https://github.com/freaky/swapflush
Flush swap devices on FreeBSD
https://github.com/freaky/swapflush
Last synced: about 1 year ago
JSON representation
Flush swap devices on FreeBSD
- Host: GitHub
- URL: https://github.com/freaky/swapflush
- Owner: Freaky
- License: mit
- Created: 2018-10-06T21:39:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T10:42:41.000Z (about 2 years ago)
- Last Synced: 2025-01-13T07:32:11.853Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# swapflush - flush data in swap devices back into memory
## Synopsis
```
swapflush -a | file ...
```
## Description
The swapflush utility removes, and re-adds the specified swap devices
from the system, while ensuring they always remains open to ensure
detach-on-last-close devices such as geli(8) onetime providers survive
the process.