You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node:internal/child_process:414
throw errnoException(err, 'spawn');
^
Error: spawn E2BIG
at ChildProcess.spawn (node:internal/child_process:414:11)
at spawn (node:child_process:761:9)
at Object.execFile (node:child_process:351:17)
at exec (node:child_process:234:25)
at /root/temp/node_modules/systeminformation/lib/processes.js:768:17
at ChildProcess.exithandler (node:child_process:414:7)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5) {
errno: -7,
code: 'E2BIG',
syscall: 'spawn'
}
The text was updated successfully, but these errors were encountered:
On a host with many running proccesses, si.processes() crashes with E2BIG error.
To Reproduce
Steps to reproduce the behavior:
On a server with 16k+ running proccesses:
The text was updated successfully, but these errors were encountered: