eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

fix: Increase child process `maxBuffer` size from 1MB to 10MB #40

Closed fuzzypixelz closed 6 months ago

fuzzypixelz commented 6 months ago

Fixes https://github.com/eclipse-zenoh/ci/issues/37.

Some commands like cat can output significant amounts of data on stdout. This is a hotfix to deal with this issue. I don't see an issue with increasing the maxBuffer for all commands except for more memory consumption (assuming Node.js allocates all of it ahead of spawning the process).

eclipse-zenoh-bot commented 6 months ago

@fuzzypixelz If this pull request contains a bugfix or a new feature, then please consider using Closes #ISSUE-NUMBER syntax to link it to an issue.