On Fri, Dec 23, 2016 at 11:37 AM, Mike Hoye <mh...@mozilla.com> wrote:
> On 2016-12-23 11:08 AM, Nathan Froyd wrote:
>> Bug 1322792 has landed on inbound, which changes configure to require
>> GCC 4.9 to build; our automation switched over to GCC 4.9 for our
>> Linux builds earlier this week.  (Android builds have been using GCC
>> 4.9 for some time.)
>
> I happened to be poking at the MDN docs when this came in, so I'll update
> them to reflect this.

Thank you!

> I haven't tested our minimum hardware recommendations on Linux - 2GB ram,
> 30GB free space - recently, but I'll test them in the new year.

For 64-bit Linux, I think you need 4GB at the absolute minimum (build
may start swapping), and 8GB would be better.  My rule of thumb is
that you need a minimum of 2GB/thread that you're compiling with on
64-bit Linux (e.g. 16GB on a 4 core/8 thread machine); some of our
autogenerated files take lots of RAM to compile, and you want to have
a little bit left over for applications.

> Anyone know offhand if it's still possible to build on a 32-bit Linux box?
> We haven't been able to build on 32-bit Windows for a while now.

I suspect it's possible, based on halving the RAM from a 64-bit build,
but I haven't tried it.

-Nathan
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to