Skip to content

Add ulimit configuration for Docker executor

Description

For the Docker executor, we already have some configuration regarding limits for example cpus & memory. Docker also has the option to limit system wide resources with ulimit setting.

Proposal

Add a new configuration flag under [runners.docker] section where the user can specify ulimit information.

Links to related issues and merge requests / references

https://forum.gitlab.com/t/gitlab-runner-parameter-for-change-user-limit-with-one-line-registration-command/27783