From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] Add Elixir (was: ) Date: Tue, 2 Aug 2016 16:30:09 +0200 Message-ID: <20160802143009.GB32363@thebird.nl> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <87mvl66ya6.fsf@elephly.net> <20160725063140.GA25432@thebird.nl> <87fuqu43z9.fsf@elephly.net> <20160728103519.GA10597@thebird.nl> <874m79tsa6.fsf@mdc-berlin.de> <20160729023856.GA13718@thebird.nl> <87twf34khw.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUai6-0007J8-K7 for guix-devel@gnu.org; Tue, 02 Aug 2016 10:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUai1-0002LO-S1 for guix-devel@gnu.org; Tue, 02 Aug 2016 10:30:21 -0400 Received: from mail.thebird.nl ([95.154.246.10]:44916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUai1-0002L0-Lv for guix-devel@gnu.org; Tue, 02 Aug 2016 10:30:17 -0400 Content-Disposition: inline In-Reply-To: <87twf34khw.fsf@mdc-berlin.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Tue, Aug 02, 2016 at 10:56:27AM +0200, Ricardo Wurmus wrote: >=20 > Pjotr Prins writes: >=20 > > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: > >> Never mind. It was as Vincent thought. Closing all applications ex= cept > >> for Emacs makes it work. > > > > Be interesting to see what increasing swap space does. I think we > > ought to file it as an issue if that does not help: > > > > http://www.oracle.com/technetwork/articles/servers-storage-dev/oom-= killer-1911807.html >=20 > I increased swap space to 12G and it compiled most of the time. It=E2=80= =99s a > bit odd. Sometimes it would fail with >=20 > =3D=3D Compilation error on file lib/system.ex =3D=3D > ** (exit) :epipe >=20 > Other times it would get stuck compiling =E2=80=9Clib/elixir/lib/system= .ex=E2=80=9D. > But with enough swap space it mostly compiles Elixir just fine. I'll post it as an issue. Swap space does not always act rational ;) But they should not use so much RAM for compilation. Pj. --=20