This message was deleted.
# general
s
This message was deleted.
b
oh, and on windows as well.. Will be looking forward to seeing how this might fare with automation in the near future.
I'm guessing the best bet would be to instrument my actual code with jaeger or something to find out which ones (if any) cause the slowness / usage. Maybe a child-span for each component resource and one for each group of resources within that again..
b
@better-shampoo-48884 you can already do this: https://www.pulumi.com/docs/troubleshooting/#performance
b
Yup - though I currently just end up with one very long `/pulumirpc.LanguageRuntime/Run`span 🙂 Hence my thought to go a bit deeper. Also, still curious about the memory situation - I'm guessing it correlates with the size/complexity of my stack? I'm just worried about CI/CD constraints in the future.