From owner-freebsd-hackers Mon Oct 2 02:54:05 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29713 for hackers-outgoing; Mon, 2 Oct 1995 02:54:05 -0700 Received: from vinkku.hut.fi (root@vinkku.hut.fi [130.233.245.1]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA29705 for ; Mon, 2 Oct 1995 02:53:51 -0700 Received: from lk-hp-4.hut.fi (lk-hp-4.hut.fi [130.233.244.35]) by vinkku.hut.fi (8.6.12/8.6.7) with ESMTP id LAA06867; Mon, 2 Oct 1995 11:53:37 +0200 Received: (vode@localhost) by lk-hp-4.hut.fi (8.6.12/8.6.7) id LAA24689; Mon, 2 Oct 1995 11:53:37 +0200 Date: Mon, 2 Oct 1995 11:53:37 +0200 Message-Id: <199510020953.LAA24689@lk-hp-4.hut.fi> From: Kai Vorma To: hackers@freefall.freebsd.org Cc: "Jordan K. Hubbard" Subject: Re: A moment in the life of ftp.cdrom.com In-Reply-To: Reply-To: Kai.Vorma@hut.fi Sender: owner-hackers@FreeBSD.org Precedence: bulk On Fri, 29 Sep 1995, Jordan K. Hubbard wrote: > Whoa, momma! Check out the size of that PERL mirror job! :-) Perl uses by default its own malloc which happens to be the notorious BSD-malloc.. You could recompile perl using dlmalloc or phk-malloc and see what happens. ..vode