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

Out of memory at 2024-10-02 12:12 UTC #519

Open
kevinlul opened this issue Oct 3, 2024 · 3 comments
Open

Out of memory at 2024-10-02 12:12 UTC #519

kevinlul opened this issue Oct 3, 2024 · 3 comments
Labels
bug Something isn't working production Incidents from the running Bastion#1870 instance

Comments

@kevinlul
Copy link
Contributor

kevinlul commented Oct 3, 2024

Last logged event at 2024-10-02T12:11:54.075Z

<--- Last few GCs --->
[1:0x67437f0] 2545497410 ms: Mark-Compact 937.4 (1019.3) -> 929.0 (1019.3) MB, 2956.63 / 0.58 ms  (average mu = 0.227, current mu = 0.203) allocation failure; scavenge might not succeed
[1:0x67437f0] 2545501054 ms: Mark-Compact 937.5 (1019.5) -> 929.1 (1019.5) MB, 3213.33 / 0.00 ms  (average mu = 0.176, current mu = 0.118) allocation failure; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
 1: 0xb86ecf node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node]
 2: 0xef74d0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 3: 0xef77b7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 4: 0x1109355  [node]
 5: 0x11098e4 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
 6: 0x11207d4 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) [node]
 7: 0x1120fec v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 8: 0x10f72f1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
 9: 0x10f8485 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10: 0x10d4ba6 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [node]
11: 0x10c67d4 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [node]
12: 0x10c9cf7 v8::internal::FactoryBase<v8::internal::Factory>::NewDescriptorArray(int, int, v8::internal::AllocationType) [node]
13: 0x13cf690 v8::internal::DescriptorArray::CopyUpTo(v8::internal::Isolate*, v8::internal::Handle<v8::internal::DescriptorArray>, int, int) [node]
14: 0x13b8dd2 v8::internal::Map::EnsureDescriptorSlack(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Map>, int) [node]
15: 0x13bb996 v8::internal::Map::ShareDescriptor(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Map>, v8::internal::Handle<v8::internal::DescriptorArray>, v8::internal::Descriptor*) [node]
16: 0x13bbcc4 v8::internal::Map::CopyWithField(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Map>, v8::internal::Handle<v8::internal::Name>, v8::internal::Handle<v8::internal::FieldType>, v8::internal::PropertyAttributes, v8::internal::PropertyConstness, v8::internal::Representation, v8::internal::TransitionFlag) [node]
17: 0x13bd9ca v8::internal::Map::TransitionToDataProperty(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Map>, v8::internal::Handle<v8::internal::Name>, v8::internal::Handle<v8::internal::Object>, v8::internal::PropertyAttributes, v8::internal::PropertyConstness, v8::internal::StoreOrigin) [node]
18: 0x13acf3a v8::internal::LookupIterator::PrepareTransitionToDataProperty(v8::internal::Handle<v8::internal::JSReceiver>, v8::internal::Handle<v8::internal::Object>, v8::internal::PropertyAttributes, v8::internal::StoreOrigin) [node]
19: 0x13c8988 v8::internal::Object::TransitionAndWriteDataProperty(v8::internal::LookupIterator*, v8::internal::Handle<v8::internal::Object>, v8::internal::PropertyAttributes, v8::Maybe<v8::internal::ShouldThrow>, v8::internal::StoreOrigin) [node]
20: 0x153b2d0 v8::internal::Runtime::SetObjectProperty(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, v8::internal::StoreOrigin, v8::Maybe<v8::internal::ShouldThrow>) [node]
21: 0x134e68f v8::internal::JSReceiver::SetOrCopyDataProperties(v8::internal::Isolate*, v8::internal::Handle<v8::internal::JSReceiver>, v8::internal::Handle<v8::internal::Object>, v8::internal::PropertiesEnumerationMode, v8::base::ScopedVector<v8::internal::Handle<v8::internal::Object> > const*, bool) [node]
22: 0x153e862 v8::internal::Runtime_SetDataProperties(int, unsigned long*, v8::internal::Isolate*) [node]
23: 0x196aef6  [node]
2024-10-02T12:12:01.671Z bot:info:locale Loaded translations for locale de
@kevinlul kevinlul added bug Something isn't working production Incidents from the running Bastion#1870 instance labels Oct 3, 2024
@kevinlul
Copy link
Contributor Author

kevinlul commented Oct 3, 2024

Last production deployment was Aug 25. Currently Discord.js 14.15.3 is deployed.

@kevinlul
Copy link
Contributor Author

kevinlul commented Nov 3, 2024

Repeated at 2024-11-02T05:00:26.120Z

@kevinlul
Copy link
Contributor Author

<--- Last few GCs --->
[1:0x72a9870] 1453505512 ms: Scavenge 919.0 (1013.2) -> 916.7 (1013.2) MB, 7.94 / 0.00 ms  (average mu = 0.998, current mu = 0.998) task;
[1:0x72a9870] 1453506907 ms: Scavenge 919.5 (1013.2) -> 917.5 (1013.2) MB, 6.12 / 0.00 ms  (average mu = 0.998, current mu = 0.998) task;
[1:0x72a9870] 1453508022 ms: Scavenge 920.3 (1013.2) -> 918.2 (1021.2) MB, 7.65 / 0.00 ms  (average mu = 0.998, current mu = 0.998) task;
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
 1: 0xb8d0a3 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node]
 2: 0xf06250 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 3: 0xf06537 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 4: 0x11180d5  [node]
 5: 0x112ff58 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 6: 0x1188b2c v8::internal::MinorGCJob::Task::RunInternal() [node]
 7: 0xd44d46  [node]
 8: 0xd482ef node::PerIsolatePlatformData::FlushForegroundTasksInternal() [node]
 9: 0x18c7693  [node]
10: 0x18dc10b  [node]
11: 0x18c83b7 uv_run [node]
12: 0xbd3be6 node::SpinEventLoopInternal(node::Environment*) [node]
13: 0xd18564  [node]
14: 0xd18ffd node::NodeMainInstance::Run() [node]
15: 0xc7d43f node::Start(int, char**) [node]
16: 0x7f5e24a46d7a __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
17: 0xbd180e _start [node]
2024-12-10T21:35:18.870Z bot:info:locale Loaded translations for locale de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working production Incidents from the running Bastion#1870 instance
Projects
None yet
Development

No branches or pull requests

1 participant