-
Notifications
You must be signed in to change notification settings - Fork 160
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
Mz/fix oom #1766
Mz/fix oom #1766
Conversation
scripts/c_api_tests.sh
Outdated
@@ -49,27 +49,34 @@ REPO_ROOT="${CURR_DIR}/.." | |||
TFHE_BUILD_DIR="${REPO_ROOT}/tfhe/build/" | |||
CPU_COUNT="$("${CURR_DIR}"/cpu_count.sh)" | |||
|
|||
mem_in_gb="$(free -g | awk '/Mem:/ {print $2}')" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works with macOS ?
does not work https://github.com/zama-ai/tfhe-rs/actions/runs/11744634363/job/32720202203?pr=1766#step:4:2413 which also shows we are missing -e in the C API cmopilation test |
4b31868
to
e314841
Compare
|
Use fewer CPU cores when linking C API tests (expect if there if more than 100GB of total RAM for the CI machines)