From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19976: Cannot install texlive Date: Sun, 01 Mar 2015 17:18:32 -0500 Message-ID: <87r3t85pl3.fsf@netris.org> References: <87egp8afaq.fsf@mango.localdomain> <87sido77hv.fsf@gnu.org> 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]:35122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSCCX-0005ot-Ec for bug-guix@gnu.org; Sun, 01 Mar 2015 17:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSCCU-0001tS-A8 for bug-guix@gnu.org; Sun, 01 Mar 2015 17:19:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:58226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSCCU-0001tM-7p for bug-guix@gnu.org; Sun, 01 Mar 2015 17:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YSCCT-000895-TI for bug-guix@gnu.org; Sun, 01 Mar 2015 17:19:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sido77hv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 01 Mar 2015 22:06:20 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: request@debbugs.gnu.org, 19976@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > This is telling us that this is chunked encoding, and that the first > chunk=E2=80=99s size is #x76634478 B =3D 1986217080 B =3D 1.9 GiB. Ouch! > > You could buy more RAM. ;-) Or add more swap. In this case, although the memory needs to be allocated, but it is not under active use so swap would work well. On the other hand, on a 32-bit system, depending on the policy for expanding/copying the receive buffer, we might be hitting the 3GB(?) virtual memory limit. > We=E2=80=99ll fix , see whether we can backpor= t it > in Guix, and also see if we can ask nginx to provide reasonable > chunks. 'sendfile_max_chunk' might be the right knob for this. http://nginx.org/en/docs/http/ngx_http_core_module.html#sendfile_max_chunk Mark