File descriptor leaking on Windows
When launching large numbers of subprocesses on Windows, eventually we get a failure to launch another subprocess and subsequent errors from our code indicating file descriptor resource starvation - it can't open a new log file to report errors.
关闭于 2024-05-20 2 条评论