Eugene wrote:
> Command line :
> E:\fop10>java -cp
build\fop.jar;lib\batik.jar;lib\xalan.jar;lib\xerces.jar;lib\jimi-1.0.jar
> org.apache.fop.apps.Fop -buf mybuffer.buf -fo xsl_fo.xml -pdf x.pdf

        It does not matter how many memory your computer have.  You should
give it to Java.  Without any parameter Java is using only 24MB, which is
for most of the applications nowadays insufficient.

        You may want to try with the "magics" -Xms and -Xmx

$ java -Xms64M -Xmx128M -cp [...]

        Hope it helps,
                        Alain.
-- 
FAGOT Alain                Senior Java 
[EMAIL PROTECTED]       Developer
Tel: +31 20  586 99 36     NetlinQ Framfab
Fax: +31 20  682 75 56     Arlandaweg 92
http://www.framfab.nl/  NL-1043 EX  Amsterdam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to