This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with the cpp change after 2000-06-18
On Mon, Jul 03, 2000 at 04:24:29PM -0700, Zack Weinberg wrote:
>
> > I tried "ulimit -n 16" which failed. I am running ""ulimit -n 32"
> > now. It will take at least an hour to know for sure. Also I don't
> > know how portable setrlimit() will be. Is that in libiberty? A
> > counter in cpp should work ok.
>
> Believe me, I have no intention of dinking with resource limits inside
> cpplib.
>
I can report "ulimit -n 32" worked for "make -j 8" on a 4way SMP.
H.J.