Am 14.03.2011 um 18:02 schrieb luigi scarso:
\starttext
\dorecurse{5000} {\input knuth \page }
\stoptext
A little bit faster but with the same error message:
\count0=0
\loop\ifnum\count0<5000
\advance\count0 by 1
\shipout\vbox{}
\repeat
\end
Wolfgang