Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory #363

Open
saitamahoang opened this issue Dec 11, 2024 · 0 comments
Open

Out of memory #363

saitamahoang opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
triage This ticket will be looked at shortly

Comments

@saitamahoang
Copy link

saitamahoang commented Dec 11, 2024

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

@saitamahoang saitamahoang added the triage This ticket will be looked at shortly label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This ticket will be looked at shortly
Projects
None yet
Development

No branches or pull requests

2 participants