I use an AWS ec2 instance as my workstation, it ha...
# typescript
p
I use an AWS ec2 instance as my workstation, it has 2GiB memory, but node is using all of it when I run pulumi up which is causing the box to lock-up as there is no swap. I can increase the instance size and/or add a swap drive to it, but is this normal? I didn't expect composing some yaml to stuff in to an api to use that much memory.
😲 1