<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.6000.17097" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2>We have exactly the same problem as Alexander, the old
version of XEPWin (2.2) works fine but version 3.0 failes with a 'not enough
memory to format' exception. I have checked Alexander's theory that XEPWin does
not transfer the memory configuration properties to the Java Virtual Machine.
Alexander is right, the CliserService logfile contains the full command that is
used to start the JVM. The command does not contain the memory options. I also
checked the IL code using ILDASM and the software does read the value from the
config file but is does not transfer the values to the virtual
machine.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2>There is no other option for setting the memory settings so
we have to wait for a XEPWin update which does transfer the memory settings to
the JVM.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2> kind regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=104432706-09052011><FONT face=Arial
color=#0000ff size=2> Vincent,...</FONT></SPAN></DIV>
<DIV> </DIV>
<TABLE cellSpacing=2 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD colSpan=3>
<HR class=DUO>
</TD></TR>
<TR>
<TD colSpan=3>******************</TD></TR>
<TR>
<TD colSpan=3>De IB-Groep en CFI vormen per 1 januari 2010 de Dienst
Uitvoering Onderwijs (DUO). E-mailadressen zijn hierdoor gewijzigd. E-mail
gericht aan het oude adres wordt doorgestuurd. Meer informatie over DUO?
Kijk op de website: <A
href="http://www.ocwduo.nl/">www.ocwduo.nl</A>.</TD></TR>
<TR>
<TD colSpan=3>******************</TD></TR></TBODY></TABLE>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=nl dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Van:</B> xep-support-bounces@renderx.com
[mailto:xep-support-bounces@renderx.com] <B>Namens </B>Alexander
Dyuzhev<BR><B>Verzonden:</B> donderdag 5 mei 2011 21:24<BR><B>Aan:</B>
xep-support@renderx.com<BR><B>Onderwerp:</B> [xep-support] not enough memory to
format (Java heap size)<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>I have tested old build XEPWin Version 4.18 build 20100322.</DIV>
<DIV>In file CliserService.exe.config I added string:</DIV>
<DIV><add key="CliserService.JavaOptions" value="-Xms512M -Xmx756M"
/><BR></DIV>
<DIV>After that the process ended successfully.</DIV>
<DIV> </DIV>
<DIV>Please note, old version have parameter name="CliserService.JavaOptions",
but last version "JAVA-OPTIONS".</DIV>
<DIV>May be new version CliserService don't transfer JAVA-OPTIONS to JVM
?</DIV>
<DIV><BR> </DIV>
<DIV class=gmail_quote>2011/5/5 <SPAN dir=ltr><<A
href="mailto:xep-support-request@renderx.com">xep-support-request@renderx..com</A>></SPAN><BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><BR><BR>Today's
Topics:<BR><BR> 1. not enough memory to format (Java heap size)
(Alexander
Dyuzhev)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message:
1<BR>Date: Thu, 5 May 2011 19:57:10 +0400<BR>From: Alexander Dyuzhev <<A
href="mailto:dyuzhev@gmail.com">dyuzhev@gmail.com</A>><BR>To: <A
href="mailto:xep-support@renderx.com">xep-support@renderx.com</A><BR>Subject:
[xep-support] not enough memory to format (Java heap size)<BR>Message-ID:
<BANLkTi=<A
href="mailto:YWbQ0Enn4KRqXVFaCxgUJEwOKVw@mail..gmail.com">YWbQ0Enn4KRqXVFaCxgUJEwOKVw@mail.gmail.com</A>><BR>Content-Type:
text/plain; charset="iso-8859-1"<BR><BR>Hello!<BR><BR>I have question
concerning Java heap size setting for XEPWin. For some big<BR>xml documents
(about 7Mb source .xml, and 20Mb .fo file, 500 pages) I get<BR>the error "not
enough memory to format".<BR>I have edited .config file for Cliser service and
set JAVA-OPTION to<BR>"-Xms512M -Xmx1024M", then restart Cliser service - the
same error "not<BR>enough memory to format".<BR>After that I open Task Manager
and saw that process javaw.exe is always<BR>using about only 290Mb of
RAM.<BR><BR>Then I tried run just XEP (not XEPWin). The process ended with
error also.<BR>And memory size used by java.exe process is also about
290Mb.<BR>After that I run XEP with parameters -Xms512M -Xmx1024M in xep.bat
file. The<BR>process ended successfully. BUT memory used by java.exe procces
was about<BR>690Mb.<BR><BR>What do I wrong ?<BR>Why -Xms -Xmx does not
affected to XEPWin ?<BR><BR>My computer configuration is:<BR>2Gb RAM, 250Gb
free space on hdd, Core2Duo CPU 2.4Ghz, WinXP SP3 32bit.<BR><BR>I use last
version XEPWin (april 2011) and Java VM Version 6 Update 25.<BR><BR>Thank
you.<BR><BR>Best regards,<BR>Alexander Dyuzhev<BR><BR><BR><BR>--------------
next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <<A
href="http://lists.renderx.com/pipermail/xep-support/attachments/20110505/1168ed5b/attachment-0001.html"
target=_blank>http://lists.renderx.com/pipermail/xep-support/attachments/20110505/1168ed5b/attachment-0001.html</A>><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>Xep-support
mailing list<BR><A
href="mailto:Xep-support@renderx.com">Xep-support@renderx.com</A><BR><A
href="http://lists.renderx.com/mailman/listinfo/xep-support"
target=_blank>http://lists.renderx.com/mailman/listinfo/xep-support</A><BR><BR><BR>End
of Xep-support Digest, Vol 8, Issue
1<BR>*****************************************<BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>С уважением,<BR>Александр
Дюжев<BR><BR><BR>
!DSPAM:87,4dc78d1c63731218280716!
</BODY></HTML>