Closed
Bug 1081367
Opened 10 years ago
Closed 10 years ago
Building gaia is very slow
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gwagner, Unassigned)
References
Details
time make production on a mac pro:
real 1m56.565s
user 2m13.021s
sys 0m12.454s
Comment 1•10 years ago
|
||
See also bug 1070442
Updated•10 years ago
|
Comment 2•10 years ago
|
||
After bug 969215 and bug 1070442 were introduced, build speed has been improved.
Now it just rebuild necessary and modified app. Otherwise you can try P=1 make for parallel build (multiprocess)feature.
time make without P=1:
35.259 total
time make with P=1:
22.085 total
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•10 years ago
|
||
Great work \o/
Reporter | ||
Comment 4•10 years ago
|
||
hm any reason why make production is still slow and even slower than a month ago?
time make production:
real 2m5.905s
user 2m19.019s
sys 0m12.266s
Status: RESOLVED → REOPENED
Flags: needinfo?(ricky060709)
Resolution: FIXED → ---
Comment 5•10 years ago
|
||
time make P=1 PRODUCTION=1: (make clean && P=1 PRODUCTION=1 make)
136.46s user 13.06s system 269% cpu 55.445 total
time make PRODUCTION=1: (make clean && PRODUCTION=1 make)
86.59s user 10.09s system 119% cpu 1:21.23 total
Test on my Mac. Enable P=1 can reduce building time even in production build.
During this month, I think there are a lot of patches which effected building time (ex: l10n will check potential errors and output more warning messages than before). However, I'm sure we have improvements comparing between PRODUCTION=1 P=1 and PRODUCTION=1 in current commit.
Flags: needinfo?(ricky060709)
Comment 6•10 years ago
|
||
We are going to file follow-ups to improve build speed.
Mark as resolved fixed.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•