This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Just ran out of memory -- what now?


Jeffrey Franks wrote:

> I'm using Xt and just ran out of memory adding the 7th
> chapter (roughly page 175 and only 700 more to go). I can
> remove ANY chapter, and html rendering completes.
> 
> I've gone through the ordinary steps of killing all
> unneccessary applications in order to free up more memory
> to no avail. I've verified that there is 15% of real
> physical memory left in the machine, and only 90% of
> virtual is available.

You must increase memory available to JVM. This can be done by adding
-Xmx parameter to java.

E.g.

java -Xmx1000000000 ....normal options...

to allow use 1GB of RAM by JVM. Someone reported that by increasing this
parameter he was able to process document which have more then 9000
pages in print.

		Jirka

-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]