Hey guys, mi Lambdas are running out of memory, I’...
# help
a
Hey guys, mi Lambdas are running out of memory, I’m sure doing something wrong, like printing too much logs or something wrong with mi DI framework… Now.. is there a way to do PROFILING of lambdas? ideally I want to run this in a CI/CD also, in a way that I can measure my lambda performance in an automated way.
f
Hey @Adrián Mouly, I’ve done some very basic profiling in the past w/ something like https://github.com/node-inspector/v8-profiler on demand.
Curious to see what others have used..
a
Nice, going to check.
Must be something.
Right?
I mean this is important.