Re: [Oorexx-devel] ooDialog Doc

2014-01-09 Thread David Ashley
This fix worked on the Build Machine. David Ashley On Wed, 2014-01-08 at 06:50 -0800, Mark Miesfeld wrote: I looked up the fix I read about before: Q: I get an error Exception in thread main java.lang.OutOfMemoryError: Java heap space when trying to build PDF. What is wrong? A: The

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Mark Miesfeld
On Wed, Jan 8, 2014 at 5:47 AM, David Ashley w.david.ash...@gmail.comwrote: Mark, anyone - Would someone please take a look at the ooDialog document? It has not built successfully in almost two weeks on the Build Machine. David, It is a Java out of memory problem. I have that problem on

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread David Ashley
Mark - Bumping up the memory is not a problem. I raised it from 2GB to 4GB. We will see if it builds successfully tonight. Thanks for the insight. David Ashley On Wed, 2014-01-08 at 06:39 -0800, Mark Miesfeld wrote: On Wed, Jan 8, 2014 at 5:47 AM, David Ashley w.david.ash...@gmail.com

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Rick McGuire
Here's a nice thread that discusses how to increase the heap size: http://stackoverflow.com/questions/1565388/increase-heap-size-in-java Is the doc build machine a 32-bit or a 64-bit system? A 32-bit one is more limited, obviously. Rick On Wed, Jan 8, 2014 at 9:46 AM, Mark Miesfeld

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Mark Miesfeld
I looked up the fix I read about before: Q: I get an error Exception in thread main java.lang.OutOfMemoryError: Java heap space when trying to build PDF. What is wrong? A: The default memory allocated for Java is not big enough to build your PDF. You need to increase the memory allocated to

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Rick McGuire
I doubt this depends on the physical memory of the system (or should I say, virtual physical memory?). The JVM gets initialized with a heap size maximum, which is controllable via the startup options. Rick On Wed, Jan 8, 2014 at 9:49 AM, David Ashley w.david.ash...@gmail.comwrote: Mark -