Change KB to MB due to typo.
This commit is contained in:
Sheldon Rupp 2015-09-05 21:29:24 +02:00
parent 2c29d59895
commit 52a216fbcb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
# Check that we have enough memory.
#
# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 KB,
# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 MB,
# which is 750000 kibibytes.
#
# Skip the check if we appear to be running inside of Vagrant, because that's really just for testing.