Increasing the Java HeapSpace? for Remote Designer
The following steps allow a user to increase the Java
HeapSpace? for Remote Designer -
1) Edit the file - \RepertoireServer\config\remote.jnlp.template
2) Amend the following code -
<resources>
<j2se version="1.5+"/>
<jar href="RepertoireRemote.jar"/>
</resources>
to -
<resources>
<j2se version="1.5+" initial-heap-size="256m" max-heap-size="512m"/>
<jar href="RepertoireRemote.jar"/>
</resources>
Note: The above is done assuming that there is 512Mb of additional free memory. This is on top of what is allocated for the Server to startup.
--
ZacSim? - 14 Nov 2007