serverless-offline
serverless-offline copied to clipboard
Lambda timeouts and memory consumption
Hey there!
I'm running a project using microsservices with lerna to start them. The problem is that many of services are returning the error Lambda timeout. The workaround was increase the timeout limit (from 15 to 60), but the other problem i'm running into is the huge memory consumption, causing memory leaks:


Serverless-offline version: 12.0.4 Obs: This error occurs in both Windows and MacOS.
@Mesourogiwi it's hard to tell what's causing your problem when looking at some screenshots. Are you starting one serverless-offline instance or multiple? could you create a small repro repository we could look into ?
Multiple instances, basically each microsservice instance one serverless-offline. I'll look forward to replicate this errors in another repo, but this one is private.
Btw, this project has 14 microsservices
Im having a similar problem. Im also using multiple instances of serverless-offline via lerna (but only 3), The error seems to occur randomly after sitting idle for some time. Again this started after upgrading to serverless-offline 12.0.4.
I get the Lambda timeout message on every request following this occurring.
The memory usage is quite high for me (around 600mb while requests are occurring) but it appears to be releasing the memory as it will drop to about half of this after a short idle.
When the actual timeout occurs I don't see it in conjunction with a memory spike. Im also not getting the EventEmitter leak error.
Im not sure if any of this helps but its at least some more data.