From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23876: [Guix Info][7.1.4] Should remind user to add a swap partition Date: Sun, 03 Jul 2016 00:05:49 +0200 Message-ID: <87shvrelvm.fsf@gnu.org> References: <1017761467350840@web1j.yandex.ru> 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]:53695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJT46-0000gb-QX for bug-guix@gnu.org; Sat, 02 Jul 2016 18:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJT42-0004uc-Hn for bug-guix@gnu.org; Sat, 02 Jul 2016 18:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJT42-0004uY-EG for bug-guix@gnu.org; Sat, 02 Jul 2016 18:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bJT42-0004se-74 for bug-guix@gnu.org; Sat, 02 Jul 2016 18:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1017761467350840@web1j.yandex.ru> (eus@member.fsf.org's message of "Fri, 01 Jul 2016 12:27:20 +0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Eus Cc: 23876@debbugs.gnu.org Hello! Eus skribis: > If I may suggest, in Guix info that is displayed at console Alt+F2, a use= r should be reminded to add a swap partition. > > I forgot to do that first time, and so my "guix system --fallback init /m= nt/etc/config.scm /mnt" got killed by OOM killer after about 10 hours. > > Even if a user is not building from source, a swap partition should be ha= ndy in case the RAM is limited and/or in case hibernating is later desired. As a consequence of the unavailability of binaries on our machines, you ended up building webkitgtk and probably other packages. Building webkitgtk requires a lot of resources, in particular more than 4G or RAM, so this can easily run out of memory. Again the goal is to avoid this situation altogether, so I don=E2=80=99t th= ink we should ask users to systematically add a swap partition before they start =E2=80=98guix system init=E2=80=99. Thanks for your feedback, Ludo=E2=80=99.