ld.lld goes out of memory

Ed Maste emaste at freebsd.org
Sun Nov 25 03:35:48 UTC 2018


On Sat, 24 Nov 2018 at 14:49, Ronald Klop <ronald-lists at klop.ws> wrote:
>
> Hello,
>
> While compiling databases/mongodb34 on my RPI3B+ 12.0-RC1/arm64 ld.lld
> fails often because of 'out of swap' or other issues about memory
> shortage. Is this something others experience on "low memory" machines?
> ...
> -bool lld::ThreadsEnabled = true;
> +bool lld::ThreadsEnabled = false;

Note that lld has a --no-threads flag that should achieve the same
thing without a compile-time change.


More information about the freebsd-arm mailing list