Fixes #146: cgroups_mem_max unit in config.proto
authorDisconnect3d <dominik.b.czarnota@gmail.com>
Thu, 16 Jul 2020 12:43:43 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 12:43:43 +0000 (14:43 +0200)
commit5d103e595a0aab230ba8561ae34e830b30367906
tree1bea83e6afd7e6b2ba63032781cbd74b30e66b8a
parentf7554882fe44db576e688b9b21e4f46f5229da30
Fixes #146: cgroups_mem_max unit in config.proto

This commit fixes the incorrect cgroups_mem_max unit described in a config.proto comment.

We do not perform any calculations on this value and we don't specify the values unit (k/M/G) when writing to memory cgroup controller files, so the value is specified in bytes.
config.proto