gpt4 book ai didi

JGroups 实例通信

转载 作者:行者123 更新时间:2023-12-02 08:11:57 24 4
gpt4 key购买 nike

我有两台机器正在运行 JGroups。我面临的问题是,一旦在其中一台机器中创建了实例,几秒钟后我就会启动其他实例。它们都是单独启动的(同一集群),即它们不一起加入集群。 10 到 15 秒后,他们互相交流并结合在一起。

这种延迟导致我的业务代码出现问题...启动程序时还会抛出警告

警告:套接字 java.net.MulticastSocket@5954864a 的发送缓冲区设置为 640KB,但操作系统仅分配了 135.17KB。这可能会导致性能问题。请正确设置操作系统中的最大发送缓冲区(例如 Linux 上的 net.core.wmem_max)

这与问题有关吗?

最佳答案

You will absolutely need to increase these values – otherwise UNICAST is almost unusable.

If you aren’t familiar with how to do so, modify the /etc/sysctl.conf file. These are my values on my nodes.

JGroups UDP configuration

net.core.rmem_max = 25480000

net.core.wmem_max = 25480000

To reload these values, issue a "sysctl -p" as root to force a reload of this file.

来源:http://comments.gmane.org/gmane.comp.java.javagroups.general/7922

关于JGroups 实例通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7579150/

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