Project

General

Profile

« Previous | Next » 

Revision 5313d0d0

Added by Andreas Kohlbecker over 5 years ago

removing ourdated PermSize stuff

View differences:

src/site/apt/getting-started.apt
111 111
---
112 112

  
113 113
	Change into the cdmlib directory, compile and install the cdmlib packages in your local repository. This will also download the dependencies into your local repository.
114
	You will need to configure the MAVEN_OPTS environment variable to configure JVM memory (-Xmx600M -XX:MaxPermSize=140M ). The below example commands uses the 'export' command which is available in most default shells in Linux.
114
	You will need to configure the MAVEN_OPTS environment variable to configure JVM memory (-Xmx600M). The below example commands uses the 'export' command which is available in most default shells in Linux.
115 115

  
116 116
---
117 117
$ cd cdmlib
118
$ export MAVEN_OPTS=-Xmx600M -XX:MaxPermSize=140M 
118
$ export MAVEN_OPTS=-Xmx600M
119 119
$ mvn install
120 120
---
121 121

  

Also available in: Unified diff