CESNET / libnetconf2

C NETCONF library
BSD 3-Clause "New" or "Revised" License
203 stars 147 forks source link

[ERR]: SSL_accept timeout. #504

Closed Nandhu-rak closed 3 months ago

Nandhu-rak commented 3 months ago

[ERR]: SSL_accept timeout.

[WRN]: inet_ntop() failed (No space left on device). .... [ERR]: SSL_accept timeout.

[WRN]: inet_ntop() failed (No space left on device).

It seems the multiple call home failure causing some memory leak issue and over a time which leads to the memory exhaustion...

michalvasko commented 3 months ago

What versions of the projects are you using? Have you looked at the memory consumption?

Nandhu-rak commented 3 months ago

As per the health-check log,512MB application memory is getting exhausted. Also, there is an increase of memory of size ~2.59MB observed from timestamp Aug7 00:44:33 UTC to Aug7 00:44:03 within ~30s.

"version" : "0.1.19-9",

michalvasko commented 3 months ago

What is that version exactly, where did you get it?

Nandhu-rak commented 3 months ago

i got this from crash file, may i know where to get it

Nandhu-rak commented 3 months ago

version 0.9.3

michalvasko commented 3 months ago

Okay, that is possible and would be a 7 year old version. We do not support that and you will have to update to the latest release v3.3.3.

Nandhu-rak commented 3 months ago

in the latest version, how to resolve the issue?