Memory question
Posted: Mon Sep 12, 2011 8:19 pm
My transformations have occasionally been failing because of a lack of available memory. So I have increased the amount of memory available as advised in the manual by setting the parameter in oxygentAuthor13.0.vmoptions (since I start Oxygen via the .exe file):
This increased value seems to have cured the problem. However it leaves me curious: what I want to know is why the amount now reported in Help|About under JVM memory total is still only 910MB and not the 1024MB that I have specified.
Since I have 3GB of physical RAM, what setting would you recommend for the -Xmx parameter?
[Also out of curiosity, to what does PermGen: 33MB/256MB refer in the Help|About JVM figures?]
Code: Select all
-Xmx1024m
-XX:+UseParallelGC
-Dcom.oxygenxml.language=English
-XX:OnError=C:\Program Files\Oxygen XML Editor 13/rp
-XX:ErrorFile=${launcher:sys.tempDir}/oxy_jvm_crash.log
Since I have 3GB of physical RAM, what setting would you recommend for the -Xmx parameter?
[Also out of curiosity, to what does PermGen: 33MB/256MB refer in the Help|About JVM figures?]