[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-libvirt-build | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-libvirt-build b/ts-libvirt-build index 7322d73..537742b 100755 --- a/ts-libvirt-build +++ b/ts-libvirt-build @@ -129,6 +129,7 @@ test -x $DAEMON || exit 0 PIDFILE=/var/run/$NAME.pid start() { + ulimit -c unlimited start-stop-daemon --start --pidfile $PIDFILE \ --exec $DAEMON $@ -- -d $libvirtd_opts } -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |