Bug 1366712
| Summary: | Reduce memory requirements on 32-bit MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | mapnik | Assignee: | Tom Hughes <tom> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | alex, cristian.balint, tom | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips32 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-15 19:02:19 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1242747 | ||||||
| Attachments: |
|
||||||
This change has been pushed as part of the 3.0.12-2 build in rawhide. |
Created attachment 1190485 [details] Reduce-memory-requirements-on-32-bit-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires lowering memory requirements for mapnik build on 32-bit MIPS due to its 3GB VA space. The same trick is used in e.g. webkit. Actual results: Build fails because of OOM. Expected results: Build passes. Additional info: Attaching dist-git patch. It would be nice to have this in F25 as well.