bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: too many nodes?


From: Graham Percival
Subject: Re: too many nodes?
Date: Tue, 14 Sep 2004 20:11:39 -0700

On 14-Sep-04, at 6:05 AM, Karl Berry wrote:
I very much doubt it.  More likely is that your MacOSX system only
allows a certain number of open files in the system overall, or
per-process.  Googling for  macosx "too many open files"  turns up many
possibilities.

Thanks, I found the solution. (I'd been googling for combinations of texinfo
and open files)

$ ulimit -a | grep files
open files                    (-n) 256
$ ulimit -n 512

fixes it. I don't know if this is a kernel issue, a shell issue, or whatever, but
it works now.  Thanks again!

Graham Percival





reply via email to

[Prev in Thread] Current Thread [Next in Thread]