Re: eval: Pipe call failed: Cannot allocate memory

From: Yasuhiro Kimura <yasu_at_utahime.org>
Date: Fri, 20 Sep 2024 19:01:29 UTC
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