| Posted: 11 Dec 2006 09:51 | |
|
Registered User Currently Offline |
Posts: 28 Join Date: Apr 2005 |
|
Hi,
I have a large docbook book and when I generate PDFs from it, I get error message: java.lang.outofmemoryerror Do you know if I can allocate more memory to java.exe? Any other solutions? |
|
| Posted: 11 Dec 2006 12:51 | |
|
Registered User Currently Offline |
Posts: 28 Join Date: Apr 2005 |
|
I found the solution. In docbook_configuration.bat, change:
set docbook_java_parameters=-Xms512m -Xmx512m |
|