Subject: Re: virtual memory exhausted
To: Michael L. VanLoon -- HeadCandy.com <michaelv@HeadCandy.com>
From: Mark Willey <willeyma@expert.cc.purdue.edu>
List: port-i386
Date: 07/06/1996 03:17:53
Michael L. VanLoon -- HeadCandy.com writes:
>
>
> >> > building standard compat library
> >> > ld -X -z -T F8100000 -o netbsd -e start ${SYSTEM_OBJ} vers.o
> >> > ld: virtual memory exhausted
>
<...>
>
> Have you tried something as simple as asking your shell to set a
> higher limit? In tcsh:
Ah! You're right! In ksh, it's "ulimit" so I totally missed it. I did a
"ulimit -d 32000" and it compiled it. All 1.4mb of kernel. ;-)
Mark