Summary: | GCC 9.3.0 bootstrap-lean error on 32bit | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | PetaMem R&D <info> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | jstein, openhs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | GCC build logs |
Description
PetaMem R&D
2020-10-19 19:07:25 UTC
> cc1plus: out of memory allocating 24082176 bytes after a total of 50466816 bytes
Seems just ran out of ram. Try lower MAKEOPTS=-jX value (with your ram I'd suggest -j2), could also add some swap.
I'd suggest support channels (forums/IRC/etc..) if need more help.
The -j 1 has been tested already compare https://bugs.gentoo.org/739552 32bit machine with 3.3GB RAM + 1GB swap cannot compile anything GCC 9.3.0 or later even with -j 1 9.2.0 works with -j 4, without swap and with 2GB RAM |