Build Update for libvirt/libvirt
-------------------------------------
Build: #4
Status: Passed
Duration: 18 minutes and 26 seconds
Commit: 6b3fb86 (master)
Author: Jim Fehlig
Message: Increase default task limit for libvirtd
libvirtd can spawn threads/tasks when creating new domains for
some hypervisors such as Xen's libxl driver, quickly reaching
the cgroups pids controller default TasksMax setting of 512. When
the limit is reached, attempting to create additional domains
results in an error from the cgroups pids controller, e.g.
kernel: [71282.213347] cgroup: fork rejected by pids controller in
/system.slice/libvirtd.service
Depending on domain type and configuration, anywhere from 4-7
threads/tasks may be created by libxl when starting a domain.
In order to support 4096 domains, similar to commit 27cd763500,
increase the TasksMax setting in libvirtd.service to
4096 * 8 = 32768 tasks.
View the changeset:
https://github.com/libvirt/libvirt/compare/234ac4e18db3...6b3fb86b391d
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/224004191
--
You can configure recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications