|
From: Cornelius C. N. <no...@it...> - 2008-01-11 12:23:18
|
On Thu, 10 Jan 2008, Alexander Grahn wrote:
> Hi,
>
> the --main-memory=<...> option seems to be non-functional.
>
> Compiling the minimal example (hello.tex)
>
> \documentclass{article}
> \begin{document}
> Hello World!
> \end{document}
>
> using
>
> latex hello
> or
> latex --main-memory=2000000 hello
>
> always gives:
>
> hello.log:
> <...>
> Here is how much of TeX's memory you used:
> 201 strings out of 95341
> 2059 string characters out of 1182827
> 45926 words of memory out of 1500000
> 3472 multiletter control sequences out of 110000
> 3640 words of font info for 14 fonts,
> out of 1200000 for 2000
> 14 hyphenation exceptions out of 8191
> 23i,4n,17p,134b,107s stack positions out of
> 5000i,500n,10000p,200000b,5000s
>
> Any suggestions? Thanks and Regards,
> Alexander
>
Recently, in some email Christian Schenk pointed out the
largest (hard-programmed) value of main memory in
MikTeX 2.6/2.7 . I don't remember what that was,
but 2 000 000 looks excessively large to me, and your error
messages seem to indicate (to me) that you went beyond that
maximum.
And besides, why would you want such a large main memory ??
To quote Leslie Lamport: ``Before you panic, remember
that the least likely cause of this error is TeX not having
the capacity to process your document ...''
ccn.
...
--
.................................................................
Prof.Dr. Cornelius C. Noack Phones:
Inst. f. Theor. Physik FB 1 office : +49 (421) 218-2427
Universit"at Bremen secretary: -2422
Otto-Hahn-Allee Fax : -4869
D - 28334 Bremen home : +49 (421) 34 22 36
Fax: 346 7872
E-mail: noack at itp.uni-bremen.de or ccnoack at mailaps.org
WWW-page: www.itp.uni-bremen.de/~noack
.................................................................
|