Comment 18 for bug 1657808

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-lib (stable/mitaka)

Reviewed: https://review.openstack.org/422855
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=ff4f92b3388d88a596ccaa45785376e507f03cd4
Submitter: Jenkins
Branch: stable/mitaka

commit ff4f92b3388d88a596ccaa45785376e507f03cd4
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jan 19 16:22:30 2017 +0000

    Limit memory usage when running qemu-img

    With multiple qemu-img processes running at the same time the host machine
    can quickly run out of memory. This patch is limiting the memory space
    to 1 GiB when invoking qemu-img.

    Change-Id: If791452edc38c4732ba2b96220e7969c72b234dd
    Closes-Bug: #1657808
    (cherry picked from commit 4ae48d0b212c16c8b49d4f1144c073b3a3206597)