On 01 Feb 2017, at 14:27, Hartmut.Brandt at dlr.de wrote:> > is $subj still supposed to work on 11.0? I get a 'virtual memory exhausted' during linking of clang.How much memory does your machine have? I build this regularly, on a VM with 2G RAM (and 4G swap). -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20170201/0a542563/attachment.sig>
The problem is not the memory but the 2GB process limit. harti -----Original Message----- From: Dimitry Andric [mailto:dim at FreeBSD.org] Sent: Wednesday, February 01, 2017 4:56 PM To: Brandt, Hartmut Cc: stable at freebsd.org Subject: Re: Building i386 on i386 On 01 Feb 2017, at 14:27, Hartmut.Brandt at dlr.de wrote:> > is $subj still supposed to work on 11.0? I get a 'virtual memory exhausted' during linking of clang.How much memory does your machine have? I build this regularly, on a VM with 2G RAM (and 4G swap). -Dimitry
Turns out that I had DEBUG_FLAGS=-g in make.conf. When linking clang with -g the 2GByte limit of i386 is exceeded. Thanks, harti -----Original Message----- From: Dimitry Andric [mailto:dim at FreeBSD.org] Sent: Wednesday, February 01, 2017 4:56 PM To: Brandt, Hartmut Cc: stable at freebsd.org Subject: Re: Building i386 on i386 On 01 Feb 2017, at 14:27, Hartmut.Brandt at dlr.de wrote:> > is $subj still supposed to work on 11.0? I get a 'virtual memory exhausted' during linking of clang.How much memory does your machine have? I build this regularly, on a VM with 2G RAM (and 4G swap). -Dimitry