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

Mz/fix oom #1766

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Mz/fix oom #1766

merged 2 commits into from
Nov 14, 2024

Conversation

mayeul-zama
Copy link
Contributor

@mayeul-zama mayeul-zama commented Nov 8, 2024

Use fewer CPU cores when linking C API tests (expect if there if more than 100GB of total RAM for the CI machines)

@mayeul-zama mayeul-zama requested a review from tmontaigu November 8, 2024 14:54
@cla-bot cla-bot bot added the cla-signed label Nov 8, 2024
@mayeul-zama mayeul-zama added the m1_test Launch test on our CI m1 mac label Nov 8, 2024
@@ -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}')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works with macOS ?

@IceTDrinker
Copy link
Member

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

@github-actions github-actions bot removed the m1_test Launch test on our CI m1 mac label Nov 8, 2024
@mayeul-zama mayeul-zama added the m1_test Launch test on our CI m1 mac label Nov 13, 2024
@github-actions github-actions bot removed the m1_test Launch test on our CI m1 mac label Nov 13, 2024
@mayeul-zama mayeul-zama merged commit cf56e58 into main Nov 14, 2024
141 of 142 checks passed
@mayeul-zama mayeul-zama deleted the mz/fix_oom branch November 14, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants