Hi:
What is the syntax to specify ‘memory_limit’ in the docker module?
According to Docker documentation[1], its passed
like so:
256b, 256k,256m or 256g
I see that according to the docker module doc its passed as 256MB? or should we follow the syntax as outlines in the Docker CLI?
An example would be nice.
Thanks,
–BK
[1]
-m, --memory="" Memory limit (format: <number><optional unit>, where unit = b, k, m or g)