Output.log error

Hello,
I have a problem with an AXC F 3152 which during production has a very high CPU output (90%+). Searching through the logs I found that in output.log I get this error that repeats itself almost every Task Cycle.
Output.log.rar21.07.25 01:08:03.893 Eclr ERROR - CalculateFreeNode: freeNode at 0x7ff01e342c90(8) is too small, new freeNode at 0x7ff01d2d8f80(1294720) duation=1004 us
I am also attaching the log file.
Any idea on why this could be happening?
Thank you in advance.

Hello, I am still struggling with this problem to this date.

Update: I noticed this does not actually have to do with a high CPU because I managed to lower it to 20% and it still is happening.

Hi dimitrismvrm,

This type of error in the ECLR generally appears when there is a memory leak in managed code, e.g. in a custom C# library.
You can try to isolate the code that is causing this error, e.g. by removing custom library(s) and checking if the problem still happens. Once you have isolated the problem code, you should check it for memory leaks and other issues.

BR,
vcosic