Advertisement
Guest User

Untitled

a guest
Jan 28th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <--- Last few GCs --->
  2.  
  3. [3970:0x4782170] 2559824 ms: Mark-sweep 2013.3 (2062.1) -> 2005.6 (2063.4) MB, 1573.8 / 0.1 ms (average mu = 0.159, current mu = 0.089) allocation failure scavenge might not succeed
  4. [3970:0x4782170] 2561665 ms: Mark-sweep 2014.4 (2063.4) -> 2006.7 (2064.6) MB, 1727.0 / 0.1 ms (average mu = 0.112, current mu = 0.061) allocation failure scavenge might not succeed
  5.  
  6.  
  7. <--- JS stacktrace --->
  8.  
  9. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  10. 1: 0xa04200 node::Abort() [/usr/local/bin/node]
  11. 2: 0x94e4e9 node::FatalError(char const*, char const*) [/usr/local/bin/node]
  12. 3: 0xb797be v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
  13. 4: 0xb79b37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
  14. 5: 0xd343c5 [/usr/local/bin/node]
  15. 6: 0xd34f4f [/usr/local/bin/node]
  16. 7: 0xd42fdb v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node]
  17. 8: 0xd46b9c v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node]
  18. 9: 0xd0c4a2 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/usr/local/bin/node]
  19. 10: 0xd086f2 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawArray(int, v8::internal::AllocationType) [/usr/local/bin/node]
  20. 11: 0xd1aa50 v8::internal::Handle<v8::internal::FixedArray> v8::internal::Factory::CopyArrayAndGrow<v8::internal::FixedArray>(v8::internal::Handle<v8::internal::FixedArray>, int, v8::internal::AllocationType) [/usr/local/bin/node]
  21. 12: 0xf29cd0 v8::internal::FrameArray::AppendJSFrame(v8::internal::Handle<v8::internal::FrameArray>, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::AbstractCode>, int, int, v8::internal::Handle<v8::internal::FixedArray>) [/usr/local/bin/node]
  22. 13: 0xcd39c3 [/usr/local/bin/node]
  23. 14: 0xcd4617 v8::internal::Isolate::CaptureAndSetSimpleStackTrace(v8::internal::Handle<v8::internal::JSReceiver>, v8::internal::FrameSkipMode, v8::internal::Handle<v8::internal::Object>) [/usr/local/bin/node]
  24. 15: 0xc0edc4 [/usr/local/bin/node]
  25. 16: 0xc0f5f6 v8::internal::Builtin_ErrorCaptureStackTrace(int, unsigned long*, v8::internal::Isolate*) [/usr/local/bin/node]
  26. 17: 0x14012d9 [/usr/local/bin/node]
  27. error Command failed with signal "SIGABRT".
  28. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  29. error Command failed with exit code 1.
  30. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement