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

openssl dependency build runs out of memory #234

Closed
p0wer0xff opened this issue Oct 6, 2020 · 0 comments · Fixed by #235
Closed

openssl dependency build runs out of memory #234

p0wer0xff opened this issue Oct 6, 2020 · 0 comments · Fixed by #235
Assignees
Labels
bug Something isn't working reproduced We have reproduced the issue

Comments

@p0wer0xff
Copy link
Collaborator

when building ARM with constrained memory, the openssl build runs out of memory because too many processes are spawned.
this is due to the fact that in make_dep.sh the make -j$THREADS will be evaluated to make -j since the THREADS variable does not exist: there is a typo in the beginning.

@p0wer0xff p0wer0xff added bug Something isn't working reproduced We have reproduced the issue labels Oct 6, 2020
@p0wer0xff p0wer0xff self-assigned this Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced We have reproduced the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant