You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: