mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
93ee365402
This port attempts to monitor swap usage and dynamically add a swapfile as neccessary. PR: ports/148711 Submitted by: Alexander Kuehn <freebsd@nagilum.org> Approved by: wxs (mentor)
10 lines
395 B
Plaintext
10 lines
395 B
Plaintext
swapmon will check the current swapusage and if more than SWAP_HIGH per-
|
|
cent of swapspace is in use it will create a new swapfile with a size of
|
|
size of SWAP_STEP percent of the current swapspace and activate it. If
|
|
less than SWAP_LOW percent of swapspace is in use it will deactivate a
|
|
previously added swapspace file and remove it.
|
|
|
|
WWW: http://www.nagilum.net/swapmon/
|
|
|
|
freebsd@nagilum.org
|