Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion about memory overflow of openwhisk function #5428

Open
QWQyyy opened this issue Jul 8, 2023 · 1 comment
Open

Discussion about memory overflow of openwhisk function #5428

QWQyyy opened this issue Jul 8, 2023 · 1 comment

Comments

@QWQyyy
Copy link

QWQyyy commented Jul 8, 2023

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?

@Dakzh10
Copy link

Dakzh10 commented Jul 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants