gpt4 book ai didi

vert.x - 限制事件循环的数量

转载 作者:行者123 更新时间:2023-12-04 18:04:16 26 4
gpt4 key购买 nike

vertx docs他们提到有可能限制每个 vertx 实例的事件循环线程数:

Instead of a single event loop, each Vertx instance maintains several event loops. By default we choose the number based on the number of available cores on the machine, but this can be overridden.


也许有人知道该怎么做? (我需要它用于调试目的)

最佳答案

Vertx vertx = Vertx.vertx(new VertxOptions().setEventLoopPoolSize(1));

默认情况下是:
public static final int DEFAULT_EVENT_LOOP_POOL_SIZE = 2 * Runtime.getRuntime().availableProcessors();

关于vert.x - 限制事件循环的数量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34577860/

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