You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Info
Elixir 1.14.3 and 1.15.4
OTP 25.2.2 and 26.0.2
Nerves 1.10.3 with nerves_system_rpi4 1.23.2
It seems like tortoise311 is under certain circumstances opening files and not closing them again, resulting in too many open files and system failure.
We currently have issues with our mqtt server and Tortoise is constantly trying to reconnect to it, which seems fine for most of our devices, but we have two devices running with a mobile router and only these 2 are so far affected by that issue, so this might be related to the connection.
By checking /proc/pid/fd of my application there are around 170 open files after about 1hr uptime of the device and they are constantly increasing, it seemed to me it was increasing at the same pace as I got the reconnect message in the console from Tortoise. After stopping Tortoise it dropped down to around 60 and not increasing anymore.
System Info
Elixir 1.14.3 and 1.15.4
OTP 25.2.2 and 26.0.2
Nerves 1.10.3 with nerves_system_rpi4 1.23.2
It seems like tortoise311 is under certain circumstances opening files and not closing them again, resulting in too many open files and system failure.
We currently have issues with our mqtt server and Tortoise is constantly trying to reconnect to it, which seems fine for most of our devices, but we have two devices running with a mobile router and only these 2 are so far affected by that issue, so this might be related to the connection.
By checking /proc/pid/fd of my application there are around 170 open files after about 1hr uptime of the device and they are constantly increasing, it seemed to me it was increasing at the same pace as I got the reconnect message in the console from Tortoise. After stopping Tortoise it dropped down to around 60 and not increasing anymore.
The text was updated successfully, but these errors were encountered: