Closed qlimpact closed 1 year ago
node[7]: ../src/node_platform.cc:68:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0xb7a940 node::Abort() [node] 2: 0xb7a9be [node] 3: 0xbe98be [node] 4: 0xbe99a1 node::NodePlatform::NodePlatform(int, v8::TracingController, v8::PageAllocator) [node] 5: 0xb38f5b node::InitializeOncePerProcess(std::vector<std::cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, node::ProcessFlags::Flags) [node] 6: 0xb395ab node::Start(int, char**) [node] 7: 0x7f09c5dfe18a [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7f09c5dfe245 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0xabbdee _start [node] Aborted (core dumped) ERROR: Service 'llm-server' failed to build: The command '/bin/sh -c yarn install' returned a non-zero code: 134 make: *** [install] Error 1
btw: what's the minimum available memory of the server needed?
It might be a memory issue, how much ram are you reserving for your docker setup?
node[7]: ../src/node_platform.cc:68:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xb7a940 node::Abort() [node]
2: 0xb7a9be [node]
3: 0xbe98be [node]
4: 0xbe99a1 node::NodePlatform::NodePlatform(int, v8::TracingController, v8::PageAllocator) [node]
5: 0xb38f5b node::InitializeOncePerProcess(std::vector<std::cxx11::basic_string<char, std::char_traits, std::allocator >, std::allocator<std:: cxx11::basic_string<char, std::char_traits, std::allocator > > > const&, node::ProcessFlags::Flags) [node]
6: 0xb395ab node::Start(int, char**) [node]
7: 0x7f09c5dfe18a [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f09c5dfe245 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xabbdee _start [node]
Aborted (core dumped)
ERROR: Service 'llm-server' failed to build: The command '/bin/sh -c yarn install' returned a non-zero code: 134
make: *** [install] Error 1
btw: what's the minimum available memory of the server needed?