Date: Sat, 21 Sep 2024 04:01:29 +0900 (JST) From: Yasuhiro Kimura <yasu@utahime.org> To: kostikbel@gmail.com Cc: freebsd-current@freebsd.org Subject: Re: eval: Pipe call failed: Cannot allocate memory Message-ID: <20240921.040129.1802547990896804154.yasu@utahime.org> In-Reply-To: <Zu1eZWsKK6ReE4QN@kib.kiev.ua> References: <20240920.185920.1538575456943179013.yasu@FreeBSD.org> <Zu1eZWsKK6ReE4QN@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Konstantin Belousov <kostikbel@gmail.com> Subject: Re: eval: Pipe call failed: Cannot allocate memory Date: Fri, 20 Sep 2024 14:37:09 +0300 > Did the poudriere run itself finished successfully? Yes, it finished successfully. > Can you show the output from 'sysctl kern.ipc | grep pipe' before and > after the poudriere run? Before: # sysctl kern.ipc | grep pipe ~ kern.ipc.pipe_mindirect: 8192 kern.ipc.pipebuf_reserv: 2 kern.ipc.piperesizeallowed: 1 kern.ipc.piperesizefail: 0 kern.ipc.pipeallocfail: 0 kern.ipc.pipefragretry: 0 kern.ipc.pipekva: 778240 kern.ipc.maxpipekva: 535846912 After: # sysctl kern.ipc | grep pipe ~ kern.ipc.pipe_mindirect: 8192 kern.ipc.pipebuf_reserv: 2 kern.ipc.piperesizeallowed: 1 kern.ipc.piperesizefail: 0 kern.ipc.pipeallocfail: 0 kern.ipc.pipefragretry: 0 kern.ipc.pipekva: 778240 kern.ipc.maxpipekva: 535846912 --- Yasuhiro Kimura
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240921.040129.1802547990896804154.yasu>