eclipse-zenoh / ci

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

Sometimes commands exceed `child_process`'s `maxBuffer` #37

Closed fuzzypixelz closed 6 months ago

fuzzypixelz commented 6 months ago

Describe the release item

By default node's child_process.spawnSync has a maxBuffer of 1MB. Here we concatenate 2.6MBs of data so the process gets terminated.