r2 - 15 Nov 2007 - 01:38:35 - ZacSim?You are here: TWiki >  Main Web  >  ElixirRepertoireServer > IncreasingMemoryHeapSpace

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

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback