标签: zsh
在zsh脚本中运行许多后台进程(最多约10,000个进程)。
repeat 10000 { sleep 1000 & }
生成了大约1,000个进程后,该脚本因错误job table full而停止。 有什么建议吗?
job table full