Home > database >  What is the error message of "exit code 137" in Kingbase database?
What is the error message of "exit code 137" in Kingbase database?

Time:03-16

What does the error message "exit code 137" pop up when running the "sys_dump" command of Kingbase database in the docker environment represent?

CodePudding user response:

I think in any context exit Code 137: Indicates failure as container received SIGKILL (Manual intervention or 'oom-killer' [OUT-OF-MEMORY]), it is not part of Kingbase database. but rather you need to make sure more memory is available for the task.

  • Related