You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Lihn, Steve" <ho...@merck.com> on 2002/10/28 22:39:45 UTC

FOP out of memory

Hi,
I am creating a large FOP book, estimated size is about 300 pages.
But when it reaches p.146, I got

Exception in thread "main" java.lang.OutOfMemoryError

The command line is (last command in e-novative's docbook_pdf):

java.exe -cp
c:\docbook\fop\build\fop.jar;c:\docbook\fop\lib\batik.jar;c:\docbook\fop\lib
\xalan-2.3.1.jar;c:\docbook\fop\lib\xercesImpl-2.0.1.jar;c:\docbook\fop\lib\
xml-apis.jar;c:\docbook\fop\lib\avalon-framework-cvs-20020315.jar;c:\docbook
\fop\lib\logkit-1.0.jar;c:\docbook\fop\lib\jimi.jar org.apache.fop.apps.Fop
-c c:\docbook\fop\conf\userconfig.xml %1.fo -pdf %1.pdf

The machine is Windows NT 4 with 250 MB memory (1 GB swap space).

Any help to overcome this problem is appreciated.


  Steve Lihn

------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it.

==============================================================================


Re: absolute-position

Posted by xavier gibouin <xa...@axonie.com>.
the syntax is :
<.... position="absolute"  top="XXmm">


Xavier Gibouin
Axonie
Espace Mercoeur
8, rue Mercoeur
44000 Nantes
02.40.48.53.23
xavier.gibouin@axonie.com
  ----- Original Message ----- 
  From: Peter Sparkes 
  To: fop-user@xml.apache.org 
  Sent: Tuesday, October 29, 2002 10:38 AM
  Subject: absolute-position


  Hi,

  I can't get "absolute-position" with "top" to work

  "top" is in the implementation list, but "absolute-position" is not. However
  "top" does not make sense without "absolute-position"

  Please, are they implemented.

  Peter Sparkes




absolute-position

Posted by Peter Sparkes <pe...@didm.co.uk>.
Hi,

I can't get "absolute-position" with "top" to work

"top" is in the implementation list, but "absolute-position" is not. However
"top" does not make sense without "absolute-position"

Please, are they implemented.

Peter Sparkes



Re: FOP out of memory

Posted by Jordi Llonch <jo...@laigu.net>.
Hi,

You must assign more memory to your JVM.
Try change the call to java adding the desired value for example -mx128M.

Jordi Llonch

A Dilluns 28 Octubre 2002 22:39, Lihn, Steve va escriure:
> Hi,
> I am creating a large FOP book, estimated size is about 300 pages.
> But when it reaches p.146, I got
>
> Exception in thread "main" java.lang.OutOfMemoryError
>
> The command line is (last command in e-novative's docbook_pdf):
>
> java.exe -cp
> c:\docbook\fop\build\fop.jar;c:\docbook\fop\lib\batik.jar;c:\docbook\fop\li
>b
> \xalan-2.3.1.jar;c:\docbook\fop\lib\xercesImpl-2.0.1.jar;c:\docbook\fop\lib
>\
> xml-apis.jar;c:\docbook\fop\lib\avalon-framework-cvs-20020315.jar;c:\docboo
>k \fop\lib\logkit-1.0.jar;c:\docbook\fop\lib\jimi.jar
> org.apache.fop.apps.Fop -c c:\docbook\fop\conf\userconfig.xml %1.fo -pdf
> %1.pdf
>
> The machine is Windows NT 4 with 250 MB memory (1 GB swap space).
>
> Any help to overcome this problem is appreciated.
>
>
>   Steve Lihn
>
> ---------------------------------------------------------------------------
>--- Notice: This e-mail message, together with any attachments, contains
> information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that
> may be confidential, proprietary copyrighted and/or legally privileged, and
> is intended solely for the use of the individual or entity named on this
> message. If you are not the intended recipient, and have received this
> message in error, please immediately return this by e-mail and then delete
> it.
>
> ===========================================================================
>===