On Sun, Dec 06, 2020 at 10:08:55PM +0100, Sebastian Ramacher wrote: > On 2020-12-07 05:36:58 +0900, Norbert Preining wrote: > > Hi, > > > > thanks for the report, but that is really a porter/builder box problem: > > > > > | LLVM ERROR: out of memory > > > > Seems the machine couldn't deal with the required amount ( which is > > considerable from my experience). > > > > I don't know what **we** can do here ... > > One could try the usual approaches of reducing the debug symbols to -g1 > or optimization to -O1. And it's not usually the case the this is an > actual out of memory issue, but a process that requires more than the > mappable amount of memory.
For the record, the amount on armhf is 3 GB. The weird thing about julia is that it built for me on the porterbox, and after that it also built in the 4th attempt (sic) on the buildd. > Cheers cu Adrian