pulumi v3.30.0 same stack without any changes give...
# general
i
pulumi v3.30.0 same stack without any changes gives me this
Copy code
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
     1: 0x106018a25 node::Abort() (.cold.1) [~/.nvm/versions/node/v16.14.2/bin/node]
     2: 0x104d0e0f9 node::Abort() [~/.nvm/versions/node/v16.14.2/bin/node]
     3: 0x104d0e26f node::OnFatalError(char const*, char const*) [~/.nvm/versions/node/v16.14.2/bin/node]
     4: 0x104e8f7e7 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [~/.nvm/versions/node/v16.14.2/bin/node]
     5: 0x104e8f783 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [~/.nvm/versions/node/v16.14.2/bin/node]
     6: 0x105030e65 v8::internal::Heap::FatalProcessOutOfMemory(char const*) [~/.nvm/versions/node/v16.14.2/bin/node]
     7: 0x10502f7ec v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [~/.nvm/versions/node/v16.14.2/bin/node]
     8: 0x10503c090 v8::internal::Heap::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [~/.nvm/versions/node/v16.14.2/bin/node]
     9: 0x10503c111 v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [~/.nvm/versions/node/v16.14.2/bin/node]
    10: 0x1050091a7 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [~/.nvm/versions/node/v16.14.2/bin/node]
    11: 0x1053c0dae v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [~/.nvm/versions/node/v16.14.2/bin/node]
    12: 0x10576a879 Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit [~/.nvm/versions/node/v16.14.2/bin/node]
e
Were you on 3.29.1 before?
i
3.17.1
I am on 3.30 cli right now, but reverted packages back (“@pulumi/pulumi”: “3.17.1")
and everything works good again
but if I change the package itself, I am getting OOM
e
Ah so 3.30 cli + 3.17.1 sdk is ok, but 3.30 cli and 3.30 sdk runs out of memory? Can you raise an issue about this at https://github.com/pulumi/pulumi/issues, I'll see if there's any obvious changes between those versions. If you can include any debug logs (add
--logflow --logtostderr -v11
to your command) that could help.