inspect icon indicating copy to clipboard operation
inspect copied to clipboard

Abnormal phenomenon when run the services

Open Yakuho opened this issue 2 years ago • 0 comments

I found that the service would report errors every time(maybe half an hour or an hour) it was running.Anyone can help me?

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 0x8fb090 node::Abort() [node]
 2: 0x8fb0dc  [node]
 3: 0xb0336e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
 4: 0xb035a4 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
 5: 0xef7602  [node]
<--- Last few GCs --->
[7:0x41ab100]   248060 ms: Scavenge 4069.0 (4154.8) -> 4068.0 (4155.2) MB, 2.5 / 0.0 ms  (average mu = 0.113, current mu = 0.061) allocation failure
[7:0x41ab100]   248063 ms: Scavenge 4069.0 (4155.2) -> 4068.0 (4155.8) MB, 2.4 / 0.0 ms  (average mu = 0.113, current mu = 0.061) allocation failure
[7:0x41ab100]   248066 ms: Scavenge 4069.0 (4155.8) -> 4068.1 (4156.2) MB, 2.4 / 0.0 ms  (average mu = 0.113, current mu = 0.061) allocation failure
<--- JS stacktrace --->
==== JS stack trace =========================================
    0: ExitFrame [pc: 0x26043a4dbf1d]
Security context: 0x073842f9e6c1 <JSObject>
    1: /* anonymous */(aka /* anonymous */) [0x25dbdbd084b9] [/usr/src/csgofloat/lib/queue.js:~87] [pc=0x26043a5611a1](this=0x2a262fd026f1 <undefined>)
    2: arguments adaptor frame: 1->0
    3: StubFrame [pc: 0x26043a4c1ab1]
    4: StubFrame [pc: 0x26043a49f926]
    5: EntryFrame [pc: 0x26043a484ba1]
==== Details ==========================================...
 6: 0xef7708 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [node]
 7: 0xf037e2 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
 8: 0xf04114 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 9: 0xf06d81 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [node]
10: 0xed0204 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
11: 0x11702de v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
12: 0x26043a4dbf1d
docker_start.sh: line 13:     7 Aborted                 (core dumped) node --max-old-space-size=4096 index.js -c /config/config.js -s /config/steam_data

Yakuho avatar Apr 08 '22 08:04 Yakuho