Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] out of memory during installation
Date: Sat, 02 Jun 2001 11:14:07
Message-Id: 20010602111407.A12158@cvs.gentoo.org
In Reply to: [gentoo-dev] out of memory during installation by Thorsten Fischer
1 On Sat, Jun 02, 2001 at 07:07:49PM +0200, Thorsten Fischer wrote:
2
3 > bzip2 -dc /mnt/cdrom/nameofmytarball.tbz2 | tar -xvf -
4 >
5 > which starts, and then breaks after some time with the message:
6 >
7 > Out of Memory: Killed process 175 (sash)
8
9 Try "bzip2 -sdc", which will tell bzip2 to reduce memory usage. Yes, it is
10 quite odd that you are running out of memory with 64Mb, and may have more to do
11 with the 2.4 kernels' tendency to use lots of swap, which you don't really have
12 with the boot/root disk combo. I hope that "-sdc" works for you. If you still
13 have problems, try enabling some swap first.
14
15 Best Regards,
16
17 --
18 Daniel Robbins <drobbins@g.o>
19 President/CEO http://www.gentoo.org
20 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] out of memory during installation AGottinger@t-online.de (Achim Gottinger)