Re: [libvirt] [PATCH 2/2] qemu: add a max_core setting to qemu.conf for core dump size

2015-03-24 Thread Peter Krempa
On Tue, Mar 24, 2015 at 08:26:12 +0100, Ján Tomko wrote: On Mon, Mar 23, 2015 at 08:43:31PM -0400, John Ferlan wrote: On 03/18/2015 08:36 AM, Daniel P. Berrange wrote: Currently the QEMU processes inherit their core dump rlimit from libvirtd, which is really suboptimal. This change

Re: [libvirt] [PATCH 2/2] qemu: add a max_core setting to qemu.conf for core dump size

2015-03-24 Thread Ján Tomko
On Mon, Mar 23, 2015 at 08:43:31PM -0400, John Ferlan wrote: On 03/18/2015 08:36 AM, Daniel P. Berrange wrote: Currently the QEMU processes inherit their core dump rlimit from libvirtd, which is really suboptimal. This change allows their limit to be directly controller from qemu.conf

Re: [libvirt] [PATCH 2/2] qemu: add a max_core setting to qemu.conf for core dump size

2015-03-23 Thread John Ferlan
On 03/18/2015 08:36 AM, Daniel P. Berrange wrote: Currently the QEMU processes inherit their core dump rlimit from libvirtd, which is really suboptimal. This change allows their limit to be directly controller from qemu.conf instead. --- src/libvirt_private.syms | 2 ++

[libvirt] [PATCH 2/2] qemu: add a max_core setting to qemu.conf for core dump size

2015-03-18 Thread Daniel P. Berrange
Currently the QEMU processes inherit their core dump rlimit from libvirtd, which is really suboptimal. This change allows their limit to be directly controller from qemu.conf instead. --- src/libvirt_private.syms | 2 ++ src/qemu/libvirtd_qemu.aug | 1 + src/qemu/qemu.conf