fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

zedai-to-pef doesn't play nice with dtbook-to-zedai #308

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

A1. Run any module that uses dtbook-to-zedai internally a dozen times 
A2. Run zedai-to-pef

or:

B1. Run zedai-to-pef a dozen times
B2. Run any module that uses dtbook-to-zedai internally

What is the expected output? What do you see instead?

I see an `Exception in thread "Thread-36" java.lang.OutOfMemoryError: PermGen 
space`.

It seems that doesn't have conflicts with any other modules AFAIKS, only 
dtbook-to-zedai. And the same goes the other way around: dtbook-to-zedai only 
conflicts with zedai-to-pef.

Original issue reported on code.google.com by bertfrees on 30 Apr 2013 at 3:05

GoogleCodeExporter commented 9 years ago
Update: it looks like the Java -XX:MaxPermSize (64M) and -Xmx (1G) options just 
weren't set high enough. Loading and running both scripts simply needs a lot of 
memory. Setting the options to 128M and 2G did the trick for me.

Original comment by bertfrees on 7 Jun 2013 at 9:45