0
点赞
收藏
分享

微信扫一扫

SpringBoot 引入使用消息队列RabbitMQ通信 配置连接 无路由模式

狗啃月亮_Rachel 2024-09-07 阅读 4

时间:2024.9.3

1)bug:

    self._store = TCPStore(  # type: ignore[call-arg]
RuntimeError: Address already in use

2)原因分析

linux下pytorch多卡训练深度学习模型,训练中途暂停训练,但仍有进程占用某个端口。

3)解决方法

netstat -nltp

在这里插入图片描述

kill -9 pid
举报

相关推荐

0 条评论