openwhisk icon indicating copy to clipboard operation
openwhisk copied to clipboard

Discussion about memory overflow of openwhisk function

Open QWQyyy opened this issue 2 years ago • 1 comments

I have been using openwhisk for two years, but I still don't know what the mechanism of OpenWhisk function memory overflow is, will it print memory overflow prompts in the log? Or is it a development error to simply kill the container executing the function?

QWQyyy avatar Jul 08 '23 13:07 QWQyyy

OpenWhisk does not have a mechanism to detect memory overflows in functions. If a function consumes too much memory, it will simply crash and its container will be killed. There is no way to recover from this error, and you will need to restart the container.

Dakzh10 avatar Jul 22 '23 06:07 Dakzh10