Open
Description
Hey, I used serverless-python-requirements and kept these lines in my serverless.yml
custom:
pythonRequirements:
slim: true`
When I performed serverless deploy , it showed "Running" in the output and after a while, I ran out of RAM and had to reboot my laptop. Can I set a limit somehow to avoid this?