gpt4 book ai didi

groovy - GPars默认池大小是多少?

转载 作者:行者123 更新时间:2023-12-03 19:01:02 26 4
gpt4 key购买 nike

我以为这很容易找到,但是我失败了。

如果我在Groovy应用程序中使用GPar,但未指定池大小,那么将创建多少个线程?有没有设置默认池大小的默认池大小吗?

// How many threads will be created? What is the default pool size?
GParsExecutorsPool.withPool {
// do stuff...
}

最佳答案

(默认情况下)设置为

private static int defaultPoolSize() {
return Runtime.getRuntime().availableProcessors() + 1;
}

您可以通过将名为 gpars.poolsize的System属性设置为有效的Integer来更改此设置(我相信)

关于groovy - GPars默认池大小是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8839095/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com