child_process.spawn() has undocumented 200kb buffer limit · Issue #4236 · nodejs/node

The child_process.spawn() function will pause a script's execution if it writes more than 200kb of stdout that isn't captured. I discovered this when my spawned process would suspiciously pause aft...