Files
node/doc/api
kohta ito eb8a51a35c child_process: use non-infinite maxBuffer defaults
Set the default maxBuffer size to 204,800 bytes for execSync,
execFileSync, and spawnSync.

APIs that return the child output as a string should have non-infinite
defaults for maxBuffer sizes to avoid out-of-memory error conditions. A
non-infinite default used to be the documented behaviour for all
relevant APIs, but the implemented behaviour for execSync, execFileSync
and spawnSync was to have no maxBuffer limits.

PR-URL: https://github.com/nodejs/node/pull/23027
Refs: https://github.com/nodejs/node/pull/22894
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2019-04-09 13:57:04 -07:00
..
2019-01-27 03:34:25 +01:00
2019-04-03 21:24:41 +03:00
2019-04-08 09:22:32 +02:00
2019-03-29 18:57:13 -04:00
2019-03-08 08:19:38 -06:00
2019-01-18 10:35:55 +05:30
2019-03-06 20:24:50 +01:00
2018-07-14 22:57:03 +03:00
2019-03-25 16:28:07 +01:00
2019-04-02 20:48:59 -04:00
2019-04-09 16:43:04 -04:00
2019-01-14 09:36:41 +01:00