We are seeing a lot of our deployments failing wit...
# general
m
We are seeing a lot of our deployments failing with a
[1]    28272 killed     pulumi up
Downgrading the CLI version in out github action seemed to solve it
Downgraded from 3.49.0 > 3.47.0
w
3.48.0
also works fine, it’s a memory leak introduced in
3.49.0
m
HI Yoav and Dotan, thanks for reporting the issue! you can set "PULUMI_OPTIMIZED_CHECKPOINT_PATCH" to "0" to work with the latest version of the CLI.
And thanks @wide-dress-96388 for creating the issue! https://github.com/pulumi/pulumi/issues/11650
e
Just note that I suspect this is the reason, but it would be really good to have someone confirm that setting that env var fixes things!
w
I just started a deployment with latest and
PULUMI_OPTIMIZED_CHECKPOINT_PATCH
, will update very soon!
it works fine with
PULUMI_OPTIMIZED_CHECKPOINT_PATCH
🎉
m
Yeah great @wide-dress-96388!
e
Out of interest could you run
pulumi stack export  | wc -c
and let me know how big the state for this deployment was?
w
10659464
e
Thank you