https://pulumi.com logo
Title
e

echoing-actor-55539

02/03/2022, 9:20 PM
when doing a pulumi up on my typescript project i get the following
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
    (Use `node --trace-warnings ...` to show where the warning was created)
How do get pulumi to pass the --trace-warnings to node?
l

little-cartoon-10569

02/03/2022, 9:39 PM
This has recently been added to Pulumi.. onesec I'll find the place...
I know you have to use the
runtime
value in Pulumi.yaml.. can't find the github issue yet...
Found the name of the property,
nodeargs
. Just finding the docs...
Looks like you need Pulumi 3.21.1 or newer to get it.
e

echoing-actor-55539

02/03/2022, 10:38 PM
awesome! thank you so much. I will try it out now
I am running the latest pulumi and have added the options to the yaml file however it does not seem to have had any effect