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
misc(build): Add variable to configure dependency build parallelism (facebookincubator#12156)
Summary:
This change adds the BUILD_THREADS environment variable. This controls the parallelism used when building dependencies. By default, the number of cores in the host machine is used but can result in OOM kills. For example, on machines with 8 cores and 16GB ram (plus 16GB swap) OOM kills can be observed. This change allows a user to configure a flexible build automation.
Pull Request resolved: facebookincubator#12156
Reviewed By: kgpai
Differential Revision: D68746594
Pulled By: xiaoxmeng
fbshipit-source-id: 589ae16013d99ad541251f3c8ba32a1337c7a0f7
0 commit comments