From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752830AbdGFV7r (ORCPT ); Thu, 6 Jul 2017 17:59:47 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:42306 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752527AbdGFV7q (ORCPT ); Thu, 6 Jul 2017 17:59:46 -0400 Date: Thu, 6 Jul 2017 23:59:38 +0200 From: Pavel Machek To: kernel list Subject: ketchup is obsolete, everyone should use git; but how on 256MB machine? Message-ID: <20170706215938.GA8395@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! I tried using git to clone kernel tree on N900, and could not figure out how to do that. This machine has 256MB ram... more than enough for kernel compilation, but apparently not enough for git. pavel@n900:/data/tmp$ git clone --depth -1 git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-n900.git Cloning into 'linux-n900'... remote: Counting objects: 4003373, done. remote: Compressing objects: 100% (610717/610717), done. fatal: Out of memory, calloc failed fatal: index-pack failed pavel@n900:/data/tmp$ cat ~/.git/config [core] packedGitLimit =3D 32m packedGitWindowSize =3D 32m [pack] deltaCacheSize =3D 32m packSizeLimit =3D 0 windowMemory =3D 32m pavel@n900:/data/tmp$ [I also tried without --depth option and without .git/config, and with various settings.] Any idea how to get it to work? Thanks, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAllessoACgkQMOfwapXb+vJ0VACeJ0jfpKrhTU11bF+FUc4QP0ry SfwAni1hasBfmnGkGJR4WIWnXCFxirsZ =cPS5 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7--