[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: too many nodes?
From: |
Eli Zaretskii |
Subject: |
Re: too many nodes? |
Date: |
Wed, 15 Sep 2004 09:38:57 +0300 |
> Date: Sun, 12 Sep 2004 11:51:40 -0700
> From: Graham Percival <address@hidden>
>
> Is there a limit on the number of nodes?
No, they are dynamically allocated as needed. There's always a
possibility that you will run out of available virtual memory, but I
very much doubt that, since the amount of memory used by each node is
very small.
> LANG= makeinfo -I./out-www --output=./out-www/lilypond
> --css-include=/Users/gperciva/usr/src/lilypond/Documentation/
> texinfo.css --html out-www/lilypond.texi
> /Users/gperciva/usr/src/lilypond/Documentation/user/out-www//notation-
> appendices.texi:211: @include `layout-properties.texi': Too many open
> files.
> out-www/lilypond.texi:223: @include `point-and-click.texi': Too many
> open files.
Try with --no-split, and I think the problem will go away.
The way to enlarge the max number of open files your OS allows is
system-dependent, and I don't know how to do that on your system. But
I would certainly recommend to find out how to do that.
How many nodes are there in your document, btw?