@aaPanel_Kern please see this
yarn start
yarn run v1.22.19
$ ts-node index.ts
<--- Last few GCs --->
[4239:0x5a945b0] 35083 ms: Mark-sweep (reduce) 965.7 (984.9) -> 964.7 (985.4) MB, 1006.4 / 0.0 ms (average mu = 0.133, current mu = 0.046) allocation failure scavenge might not succeed
[4239:0x5a945b0] 36293 ms: Mark-sweep (reduce) 965.4 (985.4) -> 964.9 (985.9) MB, 962.6 / 0.0 ms (average mu = 0.170, current mu = 0.204) allocation failure GC in old space requested
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0xb09c10 node::Abort() [/www/server/nvm/versions/node/v16.15.1/bin/node]
2: 0xa1c193 node::FatalError(char const, char const) [/www/server/nvm/versions/node/v16.15.1/bin/node]
3: 0xcf8dde v8::Utils::ReportOOMFailure(v8::internal::Isolate, char const, bool) [/www/server/nvm/versions/node/v16.15.1/bin/node]
4: 0xcf9157 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const, bool) [/www/server/nvm/versions/node/v16.15.1/bin/node]
5: 0xeb09f5 [/www/server/nvm/versions/node/v16.15.1/bin/node]
6: 0xec06bd v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/www/server/nvm/versions/node/v16.15.1/bin/node]
7: 0xec33be v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/www/server/nvm/versions/node/v16.15.1/bin/node]
8: 0xe84632 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/www/server/nvm/versions/node/v16.15.1/bin/node]
9: 0xe7ef4c v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawArray(int, v8::internal::AllocationType) [/www/server/nvm/versions/node/v16.15.1/bin/node]
10: 0xe7f025 v8::internal::FactoryBase<v8::internal::Factory>::NewFixedArrayWithFiller(v8::internal::Handle<v8::internal::Map>, int, v8::internal::Handle<v8::internal:😮ddball>, v8::internal::AllocationType) [/www/server/nvm/versions/node/v16.15.1/bin/node]
11: 0x10e78ae v8::internal::MaybeHandle<v8::internal:😮rderedHashMap> v8::internal:😮rderedHashTable<v8::internal:😮rderedHashMap, 2>::Allocate<v8::internal::Isolate>(v8::internal::Isolate, int, v8::internal::AllocationType) [/www/server/nvm/versions/node/v16.15.1/bin/node]
12: 0x10e7963 v8::internal::MaybeHandle<v8::internal:😮rderedHashMap> v8::internal:😮rderedHashTable<v8::internal:😮rderedHashMap, 2>::Rehash<v8::internal::Isolate>(v8::internal::Isolate, v8::internal::Handle<v8::internal:😮rderedHashMap>, int) [/www/server/nvm/versions/node/v16.15.1/bin/node]
13: 0x11f3a75 v8::internal::Runtime_MapGrow(int, unsigned long, v8::internal::Isolate) [/www/server/nvm/versions/node/v16.15.1/bin/node]
14: 0x15f20b9 [/www/server/nvm/versions/node/v16.15.1/bin/node]
error Command failed with signal "SIGABRT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.