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

Running out of memory during build due to too many concurrent threads #548

Open
VorpalBlade opened this issue Oct 21, 2019 · 0 comments
Open

Comments

@VorpalBlade
Copy link

Using CircleCI the build box appears to have 35 threads. However, the system does not have enough memory to use all of those threads to build my project, resulting in running out of memory and sporadic internal compiler errors.

There should be a way to limit the maximum number of threads (passing -j to the build system). Alternatively, if this already is possible, I haven't found it in the documentation and would like to know how. (Plus the documentation should be updated to include it, if it is missing.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant