Home > @rushstack/node-core-library > IExecutableSpawnSyncOptions > maxBuffer
IExecutableSpawnSyncOptions.maxBuffer property
The largest amount of bytes allowed on stdout or stderr for this synchronous operation. If exceeded, the child process will be terminated. The default is 200 * 1024.
Signature:
maxBuffer?: number;