FS#48471 - [docker] systemd unit file should define TasksMax > 512

Attached to Project: Community Packages
Opened by Markus Döring (burgerdev) - Sunday, 06 March 2016, 11:25 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 06 March 2016, 14:17 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The upstream file 'contrib/init/systemd/docker.service' is tailored for systemd pre-228 which did not support setting 'TasksMax'. In systemd 229-3 the default 'TasksMax' is set to 512, which is pretty low for docker and results in 'out of resources' errors[1,2]. Upstream decided[3] not to fix 'contrib/init/systemd/docker.service' by setting 'TasksMax=1048576' or 'TasksMax=infinity', but to leave it to packagers. They actually fixed their own repos, e.g. for ubuntu-wily[4].

Additional info:
* version: 1:1.10.2-2


[1]: out of resources problem: https://github.com/docker/docker/issues/9868
[2]: = " = : https://github.com/docker/docker/issues/19124
[3]: (reverted) PR with fix and discussion/decision: https://github.com/docker/docker/pull/19391
[4]: https://apt.dockerproject.org/repo/pool/main/d/docker-engine/docker-engine_1.10.0-0~wily_amd64.deb
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 06 March 2016, 14:17 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#47872 

Loading...