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
VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory
Error in handleSpawn: spawn UNKNOWN
node:internal/child_process:420
throw new ErrnoException(err, 'spawn');
^
Error: spawn UNKNOWN
at ChildProcess.spawn (node:internal/child_process:420:11)
at spawn (node:child_process:753:9)
at handleSpawn (\node_modules\cycletls\dist\index.js:86:43)
at \node_modules\cycletls\dist\index.js:98:179
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
errno: -4094,
code: 'UNKNOWN',
syscall: 'spawn'
}
I check task manager, file index.exe use max ram on my pc Windows server 2022
Please help me check this problem.
Issue Type
Bug
Operating System
Windows server 2022
Node Version
Node 20.x
Golang Version
None
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered:
Description
VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory
Error in handleSpawn: spawn UNKNOWN
node:internal/child_process:420
throw new ErrnoException(err, 'spawn');
^
Error: spawn UNKNOWN
at ChildProcess.spawn (node:internal/child_process:420:11)
at spawn (node:child_process:753:9)
at handleSpawn (\node_modules\cycletls\dist\index.js:86:43)
at \node_modules\cycletls\dist\index.js:98:179
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
errno: -4094,
code: 'UNKNOWN',
syscall: 'spawn'
}
I check task manager, file index.exe use max ram on my pc Windows server 2022
Please help me check this problem.
Issue Type
Bug
Operating System
Windows server 2022
Node Version
Node 20.x
Golang Version
None
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: