Currently Being Moderated

JVM parameters with Clearspace Installer Version

VERSION 2

Created on: Jan 14, 2008 3:00 PM by scott.hirdes - Last Modified:  Jan 14, 2008 3:12 PM by scott.hirdes

When using the installer version of Clearspace for Windows, setting JVM parameters for the JVM that Clearspace will run in requires putting a separate file with the JVM parameters in it.

 

This file must be placed in the <CS_INSTALL_DIR>/bin directory and needs to be named appropriately:

  • name the file clearspace-service.vmoptions if Clearspace is run as a Windows service.

  • name the file clearspaced.vmoptions if Clearspace is run with the clearspaced.exe file.

 

Put the JVM parameters in this file with one parameter per line.  For example, if you wanted to specify a maximum heap size of 512 MB and a maximum permgen size of 128 MB, you would put the following lines in the file:

 

-Xmx512m

-XX:MaxPermSize=128m

Average User Rating
(0 ratings)
My Rating:




There are no comments on this document

More Like This

  • Retrieving data ...