Comment 2 for bug 1900864

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/queens)

Reviewed: https://review.opendev.org/759083
Committed: https://opendev.org/openstack/puppet-tripleo/commit/c485b379377677832c44deb2e922a59f756010a7
Submitter: Zuul
Branch: stable/queens

commit c485b379377677832c44deb2e922a59f756010a7
Author: Damien Ciabrini <email address hidden>
Date: Wed Oct 21 17:36:29 2020 +0200

    [queens only] mysql: make nproc limit configurable

    Docker image for mysql inherits a nproc limit from the
    CentOS 7 base image, which results in the mysqld process being
    limited to 4096 processes, which can be a problem.

    Expose a new parameter mysql_nproc_limit in puppet, to
    allow overriding that limit in hiera if needed.

    Change-Id: I99a771c93bb44f62124b2b44cdddc883ce01fd17
    Co-Authored-By: Michele Baldessari <email address hidden>
    Closes-Bug: #1900864