Debug memory message in batch mode

Hi!

I get following message in log while running Knime Analytics Platform in debug mode:

DEBUG : Service Thread : MemoryAlertSystem : : : Memory usage below threshold (88%) after GC run, currently 6% (0.34GB/5.33GB)

Is it an issue?

Br,
Ivan

Hi @ipazin,
On the contrary, it means everything is going fine. This is a message from the KNIME Memory management code, which indicates that the Garbage Collector was run successfully and freed enough memory to ensure smooth operation of KNIME. This is further explained in the originating source code.
Log messages prefixed with DEBUG that are not accompanied by WARN or ERROR messages (e.g. an ERROR message about a node failing is followed by an associated DEBUG message with the stacktrace of the thrown Exception) are harmless and are meant as additional information to be used during debugging / development.

best,
Gabriel

4 Likes

Excellent! Thank you.
Br,
Ivan

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.