Site is davidrhoden.com or davidrhoden-basic.netlify.app. Built in eleventy.
Builds have all failed for a few days now. I turned on debugging and am seeing out-of-memory errors. Is there anything I can do about them?
10:12:20 AM: Writing _site/tags/hi-ho-lounge/index.html from ./tags.njk.
10:12:24 AM: Writing _site/tags/bangs/index.html from ./tags.njk.
10:12:24 AM: Writing _site/timeline/53/index.html from ./pages/timeline.md.
10:12:24 AM: Writing _site/tags/airplanes/index.html from ./tags.njk.
10:12:44 AM: <— Last few GCs —>
10:12:44 AM: [1536:0x5e043f0] 192357 ms: Scavenge (reduce) 2045.7 (2082.9) → 2044.8 (2082.9) MB, 4.0 / 0.0 ms (average mu = 0.091, current mu = 0.002) allocation failure
10:12:44 AM: [1536:0x5e043f0] 195644 ms: Mark-sweep (reduce) 2046.0 (2083.2) → 2044.7 (2083.4) MB, 3278.5 / 0.0 ms (average mu = 0.059, current mu = 0.027) allocation failure scavenge might not succeed
10:12:44 AM: <— JS stacktrace —>
10:12:44 AM: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
10:12:44 AM: 1: 0xb09980 node::Abort() [node]
10:12:44 AM: 2: 0xa1c235 node::FatalError(char const*, char const*) [node]
10:12:44 AM: 3: 0xcf77be v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
10:12:44 AM: 4: 0xcf7b37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
10:12:44 AM: 5: 0xeaf3d5 [node]
10:12:44 AM: 6: 0xeafeb6 [node]
10:12:44 AM: 7: 0xebe3de [node]
10:12:44 AM: 8: 0xebee20 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
10:12:44 AM: 9: 0xec1d9e v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10:12:44 AM: 10: 0xe83012 v8::internal::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [node]
10:12:44 AM: 11: 0xe7b624 v8::internal::FactoryBasev8::internal::Factory::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [node]
10:12:44 AM: 12: 0xe7d330 v8::internal::FactoryBasev8::internal::Factory::NewRawOneByteString(int, v8::internal::AllocationType) [node]
10:12:44 AM: 13: 0x110e678 v8::internal::String::SlowFlatten(v8::internal::Isolate*, v8::internal::Handlev8::internal::ConsString, v8::internal::AllocationType) [node]
10:12:44 AM: 14: 0x121afe6 v8::internal::Runtime_StringCharCodeAt(int, unsigned long*, v8::internal::Isolate*) [node]
10:12:44 AM: 15: 0x15f0a99 [node]
10:12:50 AM:
10:12:50 AM: ────────────────────────────────────────────────────────────────
10:12:50 AM: “build.command” failed
10:12:50 AM: ────────────────────────────────────────────────────────────────
10:12:50 AM:
10:12:50 AM: Error message
10:12:50 AM: Command was killed with SIGABRT (Aborted): eleventy
10:12:50 AM:
10:12:50 AM: Error location
10:12:50 AM: In build.command from netlify.toml:
10:12:50 AM: eleventy
10:12:50 AM:
10:12:50 AM: Resolved config
10:12:50 AM: build:
10:12:50 AM: command: eleventy
10:12:50 AM: commandOrigin: config
10:12:50 AM: environment:
10:12:50 AM: - NETLIFY_BUILD_DEBUG
10:12:50 AM: - NETLIFY_LFS_ORIGIN_URL
10:12:50 AM: - NODE_VERSION
10:12:50 AM: publish: /opt/build/repo/_site
10:12:50 AM: publishOrigin: config
10:12:50 AM: plugins:
10:12:50 AM: - inputs: {}
10:12:50 AM: origin: config
10:12:50 AM: package: ‘@netlify/plugin-sitemap’