The approach used to install ulimit in a container does not work for services.
For containers, this is as simple as passing the ulimit parameter in the docker run .
For services, is it possible on the command line? ulimit not recognized as a flag.
See here for the relevant container issue (note: not applicable to services).
source share