patch 8.0.1551: on Mac 'maxmemtot' is set to a weird value v8.0.1551
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2018 16:58:20 +0000 (17:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Feb 2018 16:58:20 +0000 (17:58 +0100)
commit988615f26f262d9ef6472c53b48868968a6b6d16
tree00bfebcbc2f6fa9a83b1e01f6902d004fad233a6
parent792f0e36593d1ec13ccb8a622ca5542c500577b4
patch 8.0.1551: on Mac 'maxmemtot' is set to a weird value

Problem:    On Mac 'maxmemtot' is set to a weird value.
Solution:   For Mac use total memory and subtract system memory. For other
            systems accept both a 32 bit and 64 bit result. (Ozaki Kiichi,
            closes #2646)
src/os_unix.c
src/version.c