https://pulumi.com logo
#typescript
Title
# typescript
b

broad-gold-44713

04/30/2022, 10:59 PM
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

busy-receptionist-43812

05/01/2022, 9:27 AM
Well that depends on how much memory do you have. You can also set resource limits if using k8s.
b

broad-gold-44713

05/01/2022, 1:34 PM
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)
2 Views