lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170706215938.GA8395@amd>
Date:   Thu, 6 Jul 2017 23:59:38 +0200
From:   Pavel Machek <pavel@....cz>
To:     kernel list <linux-kernel@...r.kernel.org>
Subject: ketchup is obsolete, everyone should use git; but how on 256MB
 machine?

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@...0:/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@...0:/data/tmp$ cat ~/.git/config
[core]
packedGitLimit = 32m
packedGitWindowSize = 32m

[pack]
deltaCacheSize = 32m
packSizeLimit = 0
windowMemory = 32m
pavel@...0:/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
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Download attachment "signature.asc" of type "application/pgp-signature" (182 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ