I have a Pulumi TS project that often runs into OO...
# typescript
b
I have a Pulumi TS project that often runs into OOM issues on WSL. I'm not sure where the problem is (probably too large type definitions?). The only usable solution I have found is to use early-oom, which is not ideal. Anyone run into similar issues? Edit: I’m talking about IDE issues here. Pulumi runtime is fine.
b
Well that depends on how much memory do you have. You can also set resource limits if using k8s.
b
Thanks, I have 8GB available for WSL. And I realized I had missed that I was talking about IDE memory usage issues, not Pulumi runtime (which probably doesn't do type checking)