Get maximum argument size
$ npm install --save max-argument-size
const maxArgumentSize = require('max-argument-size');
maxArgumentSize().then(max => {
console.log(max);
//=> 262144
});
Returns a Promise for a number with the maximum argument size.
Returns a number with the maximum argument size.
MIT © Kevin Martensson