Closed
Bug 1413015
Opened 6 years ago
Closed 6 years ago
Python runs out of memory while packaging gtest archive for Windows coverage build
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Unassigned)
References
Details
Attachments
(1 file)
1005.33 KB,
application/x-xz
|
Details |
It's running out of memory when compressing xul.dll.
Reporter | ||
Comment 1•6 years ago
|
||
If I disable compression, Python runs out of memory when calculating the crc.
Reporter | ||
Comment 2•6 years ago
|
||
With bug 1317041 fixed, Python runs out of memory while crearting the JAR archive. I guess xul.dll must be huge (it's 1,3 GB on my local build).
Reporter | ||
Comment 3•6 years ago
|
||
This was fixed by the update to MozillaBuild 3.1 from bug 1413630 (now we use Python 64-bit, which doesn't run out of memory as easily).
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•