按照文档,机器的配置是完全够的,但是日志里好像提到 js 内存的问题的问题,在 github 找到了相关的错误, 给变量里增加了如下配置,但是问题没有解决,怕内存不够,我又尝试加到 12G 还是不行。。。
NODE_OPTIOnS="--max-old-space-size=8192" [befw@ryzen immich-app]$ sudo docker logs -f 1ac655d420b1 [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [NestFactory] Starting Nest application... [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +32ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] ScheduleModule dependencies initialized +0ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] ConfigModule dependencies initialized +5ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 7 - 11/19/2023, 3:54:09 AM LOG [InstanceLoader] BullModule dependencies initialized +0ms [Nest] 7 - 11/19/2023, 3:54:10 AM LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +312ms [Nest] 7 - 11/19/2023, 3:54:10 AM LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 7 - 11/19/2023, 3:54:10 AM LOG [InstanceLoader] InfraModule dependencies initialized +4ms [Nest] 7 - 11/19/2023, 3:54:10 AM LOG [InstanceLoader] DomainModule dependencies initialized +22ms [Nest] 7 - 11/19/2023, 3:54:10 AM LOG [InstanceLoader] MicroservicesModule dependencies initialized +0ms <--- Last few GCs ---> [7:0x22d82310000] 789506 ms: Scavenge 12090.3 (12318.2) -> 12076.6 (12318.2) MB, 31.97 / 0.00 ms (average mu = 0.089, current mu = 0.026) allocation failure; [7:0x22d82310000] 789681 ms: Scavenge 12092.3 (12318.7) -> 12080.2 (12320.7) MB, 36.14 / 0.00 ms (average mu = 0.089, current mu = 0.026) allocation failure; <--- JS stacktrace ---> FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - Javascript heap out of memory 1: 0xc99960 node::Abort() [immich_microservices] 2: 0xb6ffcb [immich_microservices] 3: 0xebe910 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [immich_microservices] 4: 0xebebf7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [immich_microservices] 5: 0x10d06a5 [immich_microservices] 6: 0x10d0c34 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [immich_microservices] 7: 0x10e7b24 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) [immich_microservices] 8: 0x10e833c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [immich_microservices] 9: 0x10be641 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [immich_microservices] 10: 0x10bf7d5 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [immich_microservices] 11: 0x109cd46 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [immich_microservices] 12: 0x14f7b76 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [immich_microservices] 13: 0x7f11c4059ef6 