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
There are no comments on this document