Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. node --max_executable_size=5000 --max_old_space_size=54000 --max-semi-space-size=5000 -nouse-idle-notification --noconcurrent_sweeping app.js
  2.  
  3. <--- Last few GCs --->
  4.  
  5. [27445:0x2e900d0] 587348 ms: Scavenge 29492.1 (31038.4) -> 29422.8 (31521.9) MB, 2092.6 / 0.0 ms allocation failure
  6. [27445:0x2e900d0] 591039 ms: Scavenge 30244.6 (31803.4) -> 30175.9 (32273.4) MB, 2070.4 / 0.0 ms allocation failure
  7. [27445:0x2e900d0] 594706 ms: Scavenge 30972.9 (32544.4) -> 30904.8 (33028.4) MB, 2060.4 / 0.0 ms allocation failure
  8. [27445:0x2e900d0] 620992 ms: Scavenge 31727.0 (33311.4) -> 31656.7 (2783311.9) MB, 24589.5 / 0.0 ms allocation failure
  9.  
  10.  
  11. <--- JS stacktrace --->
  12. Cannot get stack trace in GC.
  13. FATAL ERROR: NewSpace::Rebalance Allocation failed - process out of memory
  14. 1: node::Abort() [node]
  15. 2: 0x12299bc [node]
  16. 3: v8::Utils::ReportOOMFailure(char const*, bool) [node]
  17. 4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [node]
  18. 5: 0xa6b34b [node]
  19. 6: v8::internal::MarkCompactCollector::EvacuateNewSpaceAndCandidates() [node]
  20. 7: v8::internal::MarkCompactCollector::CollectGarbage() [node]
  21. 8: v8::internal::Heap::MarkCompact() [node]
  22. 9: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
  23. 10: v8::internal::Heap::CollectGarbage(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*, v8::GCCallbackFlags) [node]
  24. 11: v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
  25. 12: v8::internal::Runtime_AllocateInTargetSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
  26. 13: 0x1a296258ed46
  27. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement