All of a sudden my machines are logging this on startup:
Detected differing memory amounts:
Memory reported by CGroup: 8796093022000.03 MB
Memory reported by /proc/meminfo: 7580.90 MB
Memory reported by Node: 7658.98 MB
You might have inadvertenly set the --memory flag of `docker run` to a value that is higher than the global Docker memory limit.
Why is this happening and how can I get rid of it?
Thanks