libuv/include
verycosy 6889c552e5 macos: increase child process stdio buffer size
On macOS, when calling `spawn`, the child process's stdio buffer
size is 8192 bytes. This is due to the AF_UNIX socket buffer size
being 8192 bytes in the XNU kernel.

When large amounts of data are transferred through the child
process's stdio, this buffer size can cause performance issues.
To mitigate this, the buffer size has been increased to 65536
bytes, aligning it with the behavior on Linux.
2025-02-10 09:25:53 -05:00
..
uv macos: increase child process stdio buffer size 2025-02-10 09:25:53 -05:00
uv.h misc: implement uv_getrusage_thread (#4666) 2025-01-14 14:50:26 +01:00