Skip to content

Conversation

@MaxAake
Copy link
Contributor

@MaxAake MaxAake commented Sep 16, 2025

Cherry-picks: #1322

Writing to stdout in nodejs is done asynchronously. So when adding data to the
queue faster than it can be flushed, the process will eventually crash because
the system is running out of memory. By limiting the length of log messages,
this problem can be avoided.
Copy link

@AndyHeap-NeoTech AndyHeap-NeoTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MaxAake MaxAake merged commit 6609e55 into 5.0 Sep 17, 2025
37 checks passed
@MaxAake MaxAake deleted the 5.0-truncate-testkit-logs branch September 17, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants