Hi ```pulumi.automation.errors.CommandError: cod...
# automation-api
a
Hi
Copy code
pulumi.automation.errors.CommandError: 
 code: -9
what does code: -9 mean?
w
I think a negative error code means the process got killed by a signal, and the signal would be the positive value, 9 in this case, which is SIGKILL. Could it be that the process ran out of memory and the kernel killed it?