ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: TeX Live 7
@ 2003-04-15 23:32 Wolfgang Werners-Lucchini
  2003-04-16  6:41 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-15 23:32 UTC (permalink / raw)


Hallo!

> >After changing my outofthebox debian-TeX to TeX Live 7 I have the
following
> >problem:
> >
>
>---------------------------------------------------------------------------
-
> >
> >  TeXExec 2.8 - ConTeXt / PRAGMA ADE 1997-2002
> 
> 
> (1) download the latest version from our site (show-fil.pdf->archive)

ok!
> 
> (2) if texexec 3.2 is not found, make sure that you have it in your path 
> (copy if needed)

ok!

> 
> (3) if you still have mem problems, locate texmf.cnf (kpsewhich ...) and 
> increase the context mem values
> 
> Hans

I still have the problem with the following:
-----------------simple.tex---------------------------------
\starttext
Test.
\stoptext
------------------------------------------------------------
TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003

            executable : pdfetex
                format : cont-en
             inputfile : simple
                output : standard
             interface : en
          current mode : none
               TeX run : 1

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
fatal: memory exhausted (xmalloc of 60000008 bytes).

              run time : 1 seconds

        total run time : 4 seconds
---------------------------------------------------------------
Should I really increase memory to run an one-word job?
There must be an other error.

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: TeX Live 7
@ 2003-04-19 10:08 Wolfgang Werners-Lucchini
  0 siblings, 0 replies; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-19 10:08 UTC (permalink / raw)


> run
> 
>    kpsewhich texmf.cnf
> 
> locate the context section
> 
> decrease some mem values (main mem for instance)
> 
> regenerate formats with texexec --make (optionally --alone)
> 
> see if there's a change in the malloc message
> 
> Hans

ok!

If I decrease main_memory from 1500000 to 1000000
then pdfetex needs only 56000008 Bytes (60000008 bevor)
this is a factor 8!

Why 8? If main_memory is given in words (longwords)  I would expect a
factor 2 (4), but not 8!
ok, let it be quadwords!

Then I decreased further mem_bot from 4000000 to 3000000
pdfetex now needs 48000008 Bytes
this is a factor 8 too!

The remaining 48000008 Bytes divided by 8 means 6000000 words? I have to
set everything to zero then!?

It looks as if there is no memory at all!

In what units are all the memory entrys given?

???

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: TeX Live 7
@ 2003-04-17 23:12 Wolfgang Werners-Lucchini
  2003-04-18  7:51 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-17 23:12 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=Default, Size: 2701 bytes --]

 > > >This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C
> >7.3.7x)
> > > >fatal: memory exhausted (xmalloc of 60000008 bytes).
> > > >---------------------------------------------------------------
> > > >Should I really increase memory to run an one-word job?
> > > >There must be an other error.
> > >
> > > this is an OS problem, if you run some old windows (95/98), make sure
> >that
> > > there is enough non fragemented disk space left on your c drive (or
the
> > > disk where the virtual mem file resides); it may help to increase
your
> > > virtual mem; tex needs some 16-32 M per job (kind of fixed)
> > >
> > > Hans
> >
> >I run tetex on linux (debian).
> >I have compared the memory settings in the context section of both TeX
Live
> >6 and 7, they are identical.
> >Do you have any ideas?
> 
> the message is not a tex one (say: too less font mem, or hash exceeded)
but 
> an operating system one; this may happen when you rmem settings in the 
> texmf.cnf file don't match  the values stored in the format file; did you

> regenerate the format?
> 
> i also wonder where the 60 meg of mem request comes from
> 
> Hans

I made the following little experiments with 'simple.tex':

------------------simple.tex----------------
\starttext
Test.
\stoptext
-------------------------------------------------

I hope, that the following command ist äquivalent to 'texexec simple'

> pdfetex --efmt cont-en simple

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
entering extended mode
(./simple.tex
Error: pdfetex (file pdftex.cfg): cannot open config file

(The former xmalloc-error is not reported, but 'pdftex.cfg' could not
opened!?)

> pdfetex

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
**\relax
entering extended mode
{/usr/TeX/texmf-var/pdftex/config/pdftex.cfg}
*\end
No pages of output.
Transcript written on texput.log.

(Here, 'pdftex.cfg' is found and opened!! )

I created an further pdftedx.cfg in my user-tree and I get:

> pdfetex --efmt cont-en simple

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
entering extended mode
(./simple.tex
Error: pdfetex (file pdftex.cfg): cannot open config file

> pdfetex

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
**\relax
entering extended mode
{/home/wwl/texmf/pdftex/config/pdftex.cfg}
*\end
No pages of output.
Transcript written on texput.log.

Is this ok or wrong? Is this the same error as bevor or a second error?
Obviously this is format dependend. 

The format is newly made with: texexec --make en
The new format is written to /usr/TeX/texmf-var/web2c/cont-en.efmt
Timestamp looks ok!

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: TeX Live 7
@ 2003-04-16 22:54 Wolfgang Werners-Lucchini
  2003-04-17  6:57 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-16 22:54 UTC (permalink / raw)


> >This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C
7.3.7x)
> >fatal: memory exhausted (xmalloc of 60000008 bytes).
> >---------------------------------------------------------------
> >Should I really increase memory to run an one-word job?
> >There must be an other error.
> 
> this is an OS problem, if you run some old windows (95/98), make sure
that 
> there is enough non fragemented disk space left on your c drive (or the 
> disk where the virtual mem file resides); it may help to increase your 
> virtual mem; tex needs some 16-32 M per job (kind of fixed)
> 
> Hans

I run tetex on linux (debian).
I have compared the memory settings in the context section of both TeX Live
6 and 7, they are identical.
Do you have any ideas?

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: TeX Live 7
@ 2003-04-09 20:53 Wolfgang Werners-Lucchini
  2003-04-10 10:53 ` Patrick Gundlach
  2003-04-10 16:20 ` Hans Hagen
  0 siblings, 2 replies; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-09 20:53 UTC (permalink / raw)


Hallo!


After changing my outofthebox debian-TeX to TeX Live 7 I have the following
problem:
 
----------------------------------------------------------------------------

 TeXExec 2.8 - ConTeXt / PRAGMA ADE 1997-2002

            executable : pdfetex
                format : cont-en
             inputfile : tst_005
                output : standard
             interface : en
          current mode : none
               TeX run : 1

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
fatal: memory exhausted (xmalloc of 60000008 bytes).

              run time : 1 seconds

        total run time : 3 seconds
----------------------------------------------------------------------------


What is the Problem here?
Is this an aktuell pdfetex version?

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread
* TeX Live 7
@ 2003-04-08 22:00 Wolfgang Werners-Lucchini
  2003-04-09 10:53 ` Bill McClain
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Werners-Lucchini @ 2003-04-08 22:00 UTC (permalink / raw)


Hallo!

After changing my outofthebox debian-TeX to TeX Live 7 I have th following
problems:

Neither man-pages mor info-pages are installed. How can I do this?

Texexec'ing different testfiles results in:

----------------------------------------------------------------------------
--------------------------------------
 TeXExec 2.8 - ConTeXt / PRAGMA ADE 1997-2002

            executable : pdfetex
                format : cont-en
             inputfile : tst_005
                output : standard
             interface : en
          current mode : none
               TeX run : 1

This is pdfeTeX, Version 3.14159-1.00b-pretest-20020211-2.1 (Web2C 7.3.7x)
fatal: memory exhausted (xmalloc of 60000008 bytes).

              run time : 1 seconds

        total run time : 3 seconds
----------------------------------------------------------------------------
-----------------------------------------
What is the Problem here?

Wolfgang

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-04-19 10:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-15 23:32 TeX Live 7 Wolfgang Werners-Lucchini
2003-04-16  6:41 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2003-04-19 10:08 Wolfgang Werners-Lucchini
2003-04-17 23:12 Wolfgang Werners-Lucchini
2003-04-18  7:51 ` Hans Hagen
2003-04-16 22:54 Wolfgang Werners-Lucchini
2003-04-17  6:57 ` Hans Hagen
2003-04-17  7:55   ` Taco Hoekwater
2003-04-09 20:53 Wolfgang Werners-Lucchini
2003-04-10 10:53 ` Patrick Gundlach
2003-04-10 16:20 ` Hans Hagen
2003-04-08 22:00 Wolfgang Werners-Lucchini
2003-04-09 10:53 ` Bill McClain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).