-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I am getting
`
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 00007FF77E5A5D2F napi_wrap+133327
2: 00007FF77E53F606 SSL_get_quiet_shutdown+63062
3: 00007FF77E54049D node::OnFatalError+301
4: 00007FF77EE23CDE v8::Isolate::ReportExternalAllocationLimitReached+94
5: 00007FF77EE08ACD v8::SharedArrayBuffer::Externalize+781
6: 00007FF77ECB22DC v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1516
7: 00007FF77ECBD6FA v8::internal::Heap::ProtectUnprotectedMemoryChunks+1258
8: 00007FF77ECBA839 v8::internal::Heap::PageFlagsAreConsistent+2457
9: 00007FF77ECAF3D1 v8::internal::Heap::CollectGarbage+2049
10: 00007FF77ECAD5D5 v8::internal::Heap::AllocateExternalBackingStore+1349
11: 00007FF77ECCDA4B v8::internal::Factory::NewFillerObject+203
12: 00007FF77E9FC291 v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+1409
13: 00007FF77EEAF10D v8::internal::SetupIsolateDelegate::SetupHeap+474253
14: 0000018A1B710E44`
with a clean installation and npm serve of the project. Is there a specific node version required? I've tried set NODE_OPTIONS=--max_old_space_size=4096 to no avail.