Created
July 30, 2021 15:18
-
-
Save berkorbay/75aa1672197e9fbe75ae178efafb7798 to your computer and use it in GitHub Desktop.
OR-Tools Docker OOM issue (Exit code 137)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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