1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

Add a swap file to the system if system memory is less than 2GB, 5GB of free disk space is available, and if no swap file yet exists

This commit is contained in:
Michael Kroes
2016-03-14 11:18:12 +01:00
committed by Joshua Tauberer
parent 65add24e2a
commit 696bbe4e82
2 changed files with 57 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
CHANGELOG
=========
* A swap file is now created if system memory is less than 2GB, 5GB of free disk space is available, and if no swap file yet exists.
v0.17b (March 1, 2016)
----------------------