Hi Yasmin,
when you run your java program, you might have to do something like this:

java -Xms64m -Xmx128m <your main program>

This would make the JVM to use 64MB heap size which can grow upto 128MB.

In windows for running applets, you can go to the JAVA control panel and
choose tab Java and in there you add the
runtime parameters for the installed JVM, for your case the run-time
parameters will be -Xms64m -Xmx512m

Hope, it helps

Javid

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 08, 2006 11:26 AM
To: [email protected]
Subject: Re: [Fwd: Re: Batik - rly slow]


Hi there,

I visited the sites below, I understand about the Java heap size, but
still not sure how I can make sure that the Batik is set to 64MB... can
you please advice me?

Many Thanx

yasmin


> Hi Yasmin.
>
> [EMAIL PROTECTED]:
>> Hi Thomas,
>>
>> I'm not sure how to use the Xmx option, can you pls xplain how2?
>
> See http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html or
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html.
>
> --
>  Cameron McCormack                    ICQ: 26955922
>  cam (at) mcc.id.au                   MSN: cam (at) mcc.id.au
>  http://mcc.id.au/                    JBR: heycam (at) jabber.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>




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


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

Reply via email to