]> git.proxmox.com Git - mirror_lxcfs.git/commit
Limit memswlimit by TotalSwap
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Feb 2017 08:36:46 +0000 (09:36 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Feb 2017 08:50:06 +0000 (09:50 +0100)
commit594a10e67abf1363cc86807a1fc62384af54b3cf
treeeaeb6e4d216d34b8b09787884fcdfd397dda4264
parent7eb02360c7faa6fec28488eab24cc544a57b7908
Limit memswlimit by TotalSwap

We do this for the memlimit when hitting MemTotal which
means if neither is limited we end up subtracting the
hosts's total memory from the 'unlimited' swap value in the
SwapTotal and SwapFree lines.

Fixes #170

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
bindings.c