From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add Elixir (was: ) Date: Tue, 2 Aug 2016 10:56:27 +0200 Message-ID: <87twf34khw.fsf@mdc-berlin.de> 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> 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]:42378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUVwG-0001qV-RQ for guix-devel@gnu.org; Tue, 02 Aug 2016 05:24:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUVw1-0002CG-Mk for guix-devel@gnu.org; Tue, 02 Aug 2016 05:24:33 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:46864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUVvz-00028k-OV for guix-devel@gnu.org; Tue, 02 Aug 2016 05:24:25 -0400 In-Reply-To: <20160729023856.GA13718@thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins writes: > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: >> Never mind. It was as Vincent thought. Closing all applications exce= pt >> 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-ki= ller-1911807.html 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 =3D=3D Compilation error on file lib/system.ex =3D=3D ** (exit) :epipe Other times it would get stuck compiling =E2=80=9Clib/elixir/lib/system.e= x=E2=80=9D. But with enough swap space it mostly compiles Elixir just fine. ~~ Ricardo