Created
January 7, 2023 03:16
-
-
Save Nyoho/97e1252e2d7a23b0f0b1f767c75882d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compilation failed: | |
<--- Last few GCs ---> | |
[106:0x4c578b0] 121125 ms: Mark-sweep 481.1 (498.6) -> 478.4 (500.4) MB, 469.9 / 0.0 ms (average mu = 0.304, current mu = 0.123) allocation failure scavenge might not succeed | |
[106:0x4c578b0] 121841 ms: Mark-sweep 482.5 (500.4) -> 480.5 (502.6) MB, 610.0 / 0.0 ms (average mu = 0.223, current mu = 0.148) allocation failure scavenge might not succeed | |
<--- JS stacktrace ---> | |
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory | |
1: 0xb09980 node::Abort() [node] | |
2: 0xa1c235 node::FatalError(char const*, char const*) [node] | |
3: 0xcf784e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node] | |
4: 0xcf7bc7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node] | |
5: 0xeaf465 [node] | |
6: 0xebf12d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, | |
v8::GCCallbackFlags) [node] | |
7: 0xec1e2e v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::A | |
llocationOrigin, v8::internal::AllocationAlignment) [node] | |
8: 0xe830a2 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) | |
[node] | |
9: 0xe7b6b4 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::Allocatio | |
nType, v8::internal::Map, v8::internal::AllocationAlignment) [node] | |
10: 0xe7d3c0 v8::internal::FactoryBase<v8::internal::Factory>::NewRawOneByteString(int, v8::internal::AllocationType) | |
[node] | |
11: 0x110e708 v8::internal::String::SlowFlatten(v8::internal::Isolate*, v8::internal::Handle<v8::internal::ConsString> | |
, v8::internal::AllocationType) [node] | |
12: 0x110557a v8::internal::StringTable::LookupString(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Strin | |
g>) [node] | |
13: 0x12079a6 v8::internal::Runtime_HasProperty(int, unsigned long*, v8::internal::Isolate*) [node] | |
14: 0x15f0b19 [node] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment