[tbb-bugs] #23364 [Applications/Tor Browser]: RBM_NUM_CORES not respected
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Aug 30 18:57:44 UTC 2017
#23364: RBM_NUM_CORES not respected
------------------------------------------+----------------------
Reporter: arthuredelstein | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------------------+----------------------
I tried using the RBM_NUM_CORES option (implemented in #23075) with tor-
browser-build. Unfortunately the build continued to use the default 4
cores for some reason. If I replace the line in
{{{
num_procs: '[% GET ENV.RBM_NUM_PROCS ? ENV.RBM_NUM_PROCS : "4" %]'
}}}
with
{{{
num_procs: '[% GET ENV.RBM_NUM_PROCS ? ENV.RBM_NUM_PROCS : "32" %]'
}}}
then it uses 32 cores as the default. So somehow the RBM_NUM_CORES env var
is not being detected.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23364>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list