kangaroo1122 / milo-spring-boot-starter

基于eclipse milo封装的opc ua客户端starter,方便在spring boot中使用,支持spring boot 3.x。
https://blog.csdn.net/Vampire_1122/article/details/130497727
30 stars 13 forks source link

报错:User limit of inotify instances reached or too many open files #13

Closed zhanghuang515 closed 2 months ago

zhanghuang515 commented 4 months ago

在docker下运行一段时间后,opcua读取时会报错:User limit of inotify instances reached or too many open files

kangaroo1122 commented 4 months ago

在docker下运行一段时间后,opcua读取时会报错:User limit of inotify instances reached or too many open files

3.0.6.12版本修复了,看看是不是用的这个版本

zhanghuang515 commented 3 months ago

在docker下运行一段时间后,opcua读取时会报错:User limit of inotify instances reached or too many open files

3.0.6.12版本修复了,看看是不是用的这个版本

好的,已更新至新版本,再观察一下

dwLamp commented 2 months ago

@kangaroo1122 作者您好,我之前用的版本是3.0.5,我将MiloAutoConfiguration.java类中的如下代码注释掉,依然会报这个错(User limit of inotify instances reached or too many open files),3.0.6.12版本还改了其他的代码吗? // 多久执行一次对象扫描,将无用的对象销毁,默认-1不扫描 // poolConfig.setTimeBetweenEvictionRuns(Duration.ofMinutes(1));

dwLamp commented 2 months ago

@zhanghuang515 问下更新这个版本后,“User limit of inotify instances reached or too many open files”问题还报吗