lithops-cloud / lithops

A multi-cloud framework for big data analytics and embarrassingly parallel jobs, that provides an universal API for building parallel applications in the cloud ☁️🚀
http://lithops.cloud
Apache License 2.0
317 stars 105 forks source link

What if the concurrency processes for a AWS Lambda function exceed its memory? #917

Closed FTWH closed 2 years ago

FTWH commented 2 years ago
image

As above, we can configure the worker_process in each lambda instance. But what if the resource consumption exceeds the limitation of function instances? Will lithops handle this situation? Thanks a lot!

JosepSampe commented 2 years ago

@FTWH At this moment Lithops is not handling this situation and you will receive a MemoryError Exception