Skip to content

Instantly share code, notes, and snippets.

@berkorbay
Created July 30, 2021 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berkorbay/75aa1672197e9fbe75ae178efafb7798 to your computer and use it in GitHub Desktop.
Save berkorbay/75aa1672197e9fbe75ae178efafb7798 to your computer and use it in GitHub Desktop.
OR-Tools Docker OOM issue (Exit code 137)
# This is an example docker run command to run streamlit which will include an ortools model
# -m 12g will keep the memory at 12GB
# --oom-kill-disable will prevent the container to go under because of out of memory sigkill
docker run -dp 80:8501 --oom-kill-disable -m 12g <image_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment