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

Javascript Heap out of memory #50

Open
BrunoDG opened this issue Jun 14, 2019 · 0 comments
Open

Javascript Heap out of memory #50

BrunoDG opened this issue Jun 14, 2019 · 0 comments

Comments

@BrunoDG
Copy link

BrunoDG commented Jun 14, 2019

Hey guys! So, I'm trying to read through a documentation from my project here, and it gave me an error, but I don't know what exactly happened. Can you help me?


<--- Last few GCs --->

[15680:000001E5D8FBC040]    13817 ms: Mark-sweep 1394.7 (1425.0) -> 1394.3 (1424.0) MB, 401.6 / 0.0 ms  (average mu = 0.085, current mu = 0.027) allocation failure scavenge might not succeed
[15680:000001E5D8FBC040]    13822 ms: Scavenge 1395.0 (1424.5) -> 1394.6 (1425.0) MB, 2.6 / 0.0 ms  (average mu = 0.085, current mu = 0.027) allocation failure

<--- JS stacktrace --->

==== JS stack trace =========================================

    0: ExitFrame [pc: 000001D36D2DC5C1]
Security context: 0x025a5611e6e1 <JSObject>
    1: onclosetag [000003DCF82BB4A9] [C:\Users\brunodg\AppData\Roaming\npm\node_modules\moxygen\node_modules\xml2js\lib\parser.js:~172] [pc=000001D36D78526D](this=0x03dcf8288711 <SAXParser map = 000002CFA9B779F9>)
    2: arguments adaptor frame: 1->0
    3: closeTag [000000B8B7E6E159] [C:\Users\brunodg\AppData\Roaming\npm\node_modules\moxygen\node_modules\...

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 00007FF6116B0EFA v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4810
 2: 00007FF61168A296 node::MakeCallback+4518
 3: 00007FF61168AC80 node_module_register+2160
 4: 00007FF6119209BE v8::internal::FatalProcessOutOfMemory+846
 5: 00007FF6119208EF v8::internal::FatalProcessOutOfMemory+639
 6: 00007FF611E5E954 v8::internal::Heap::MaxHeapGrowingFactor+11476
 7: 00007FF611E550B7 v8::internal::ScavengeJob::operator=+25543
 8: 00007FF611E5362C v8::internal::ScavengeJob::operator=+18748
 9: 00007FF611E5C5A7 v8::internal::Heap::MaxHeapGrowingFactor+2343
10: 00007FF611E5C626 v8::internal::Heap::MaxHeapGrowingFactor+2470
11: 00007FF6119FF278 v8::internal::Factory::AllocateRawArray+56
12: 00007FF6119FFBF2 v8::internal::Factory::NewFixedArrayWithFiller+66
13: 00007FF611C446E3 v8::internal::HashTable<v8::internal::SimpleNumberDictionary,v8::internal::SimpleNumberDictionaryShape>::KeyAt+7651
14: 00007FF611C1B070 v8::internal::JSReceiver::class_name+7968
15: 00007FF611C1B8ED v8::internal::JSReceiver::class_name+10141
16: 00007FF611C21500 v8::internal::JSReceiver::class_name+33712
17: 00007FF611AF222D v8::internal::LookupIterator::Delete+237
18: 00007FF611C22B48 v8::internal::JSReceiver::class_name+39416
19: 00007FF6119F289D v8::internal::wasm::WasmCodeManager::LookupCode+31821
20: 00007FF6119F2BCE v8::internal::wasm::WasmCodeManager::LookupCode+32638
21: 000001D36D2DC5C1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant