Comment 0 for bug 1631038

Revision history for this message
Michael Foord (mfoord) wrote :

In order to increase the number of containers that can be used with the lxd provider we need an /etc/sysctl.d/10-juju.conf file setting:

    fs.inotify.max_user_watches = 524288
    fs.inotify.max_user_instances = 256

This is a partial fix for bug #1602192.