Thanks Mher ! It processes BIG xml files beautifully now!
Hiral
_____
From: owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com]
On Behalf Of Mher Movsisyan
Sent: Thursday, May 19, 2005 5:34 AM
To: xep-support@renderx.com
Subject: RE: [xep-support] XEP4NET 'out of memory' error
Hiral,
To increase the memory of JVM create a 'CliserService.exe.config'
configuration file in the home directory of XEP4NET and restart Cliser
service. In your case the configuration file will look like this:
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="CliserService.JavaOptions" value="-Xms512M
-Xmx1024M" />
</appSettings>
</configuration>
where the actual value of memory ("-Xms512M -Xmx1024M") depends on your
computer's RAM. For more information you can read the documentation of
CliserService.
Best regards,
Mher Movsisyan
RenderX
_____
From: owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com]
On Behalf Of Hiral Parikh
Sent: Thursday, May 19, 2005 12:34 AM
To: xep-support@renderx.com
Subject: [xep-support] XEP4NET 'out of memory' error
Hi,
I have got this error (out of memory) in the pure java version of XEP
whenever I have tried to format a big docbook xml (more than 200 pg pdf).
I have always fixed it by increasing the heap size to some higher value
(java -Xmx300M ..).
But my problem is that I want to use the provided sample .NET application to
format my document instead of the command line.
How do we increase the java heap size for the xep.dll wrapper that is being
used by the sample ASP.NET application?
Same question for XEP assistant and ActiXEP as well. Is it possible to
increase the heap size for those java calls as well?
Thanks,
Hiral
____________________________________________________
Hiral Parikh
Sr. Software Engineer
Ames-On-Demand
30, Dane Street
Somerville, MA - 02143
617-684-1042
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
Received on Thu May 19 09:11:46 2005
This archive was generated by hypermail 2.1.8 : Thu May 19 2005 - 09:11:47 PDT