Hello, I’m getting out of memory errors while runn...
# pulumi-deployments
b
Hello, I’m getting out of memory errors while running preview/update in Deployments
Copy code
Type                 Name              Plan     Info
     pulumi:pulumi:Stack  infra-production           1 error; 133 messages
 
Diagnostics:
  pulumi:pulumi:Stack (infra-production):
    # <http://github.com/pulumi/pulumi-gcp/sdk/v6/go/gcp/compute|github.com/pulumi/pulumi-gcp/sdk/v6/go/gcp/compute>
    fatal error: runtime: out of memory
    runtime stack:
    runtime.throw({0xd7b769?, 0x20306f3?})
    	runtime/panic.go:1077 +0x5c fp=0xc00008bdb0 sp=0xc00008bd80 pc=0x444e3c
    runtime.sysMapOS(0xc1bd400000, 0x1000000?)
I’m not sure what I can do to deal with it… Locally,
pulumi update
works without problems.
l
@bland-dog-47600 I'm sorry you're running into this! I asked on the issue, but we would love a repro program if you have one so that we can do some profiling on our own. There is also a suggestion in a comment on that issue that suggest that settings
GOMAXPROCS=1
might help here.
b
I will try, thanks @lemon-agent-27707! 🙂
The problem now is that I can’t start any new Deployment, because I have two stuck. I tried to cancel them but they are still “running” for quite some time. Is there any other way to force-kill them?
r
Hey @bland-dog-47600 sorry about the trouble here. I went ahead and resolved those deployments on our end so you should be unblocked. Let us know if you run into any other issues!
b
Thanks a lot!