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

limit threads for spicy build processes during Zeek package installation #571

Closed
mmguero opened this issue Oct 1, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working minihog Related to Hedgehog Linux on Raspberry Pi sensor For issues dealing with the Hedgehog OS capture sensor zeek Relating to Malcolm's use of Zeek
Milestone

Comments

@mmguero
Copy link
Collaborator

mmguero commented Oct 1, 2024

Found when trying to compile the icsnpp-hart-ip parser for the Raspberry Pi "minihog" installation, things would eventually get into swap and then run out of memory, never completing.

After some experimentation I determined that the best solution was to set HILTI_JIT_PARALLELISM, which by default is set to the number of processors. I've set it to half that number, but it can be overridden with the BUILD_JOBS variable as used in some of the GitHub build actions.

This resolved the issue of the raspberry pi hedgehog build for me.

@mmguero mmguero added bug Something isn't working zeek Relating to Malcolm's use of Zeek sensor For issues dealing with the Hedgehog OS capture sensor minihog Related to Hedgehog Linux on Raspberry Pi labels Oct 1, 2024
@mmguero mmguero added this to the v24.10.0 milestone Oct 1, 2024
@mmguero mmguero self-assigned this Oct 1, 2024
@mmguero mmguero added this to Malcolm Oct 1, 2024
@mmguero mmguero moved this to Testing in Malcolm Oct 1, 2024
@mmguero mmguero closed this as completed Oct 3, 2024
@github-project-automation github-project-automation bot moved this from Testing to Done in Malcolm Oct 3, 2024
This was referenced Oct 8, 2024
@mmguero mmguero moved this from Done to Released in Malcolm Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minihog Related to Hedgehog Linux on Raspberry Pi sensor For issues dealing with the Hedgehog OS capture sensor zeek Relating to Malcolm's use of Zeek
Projects
Status: Released
Development

No branches or pull requests

1 participant