Project

General

Profile

« Previous | Next » 

Revision 0c5f74e6

Added by Andreas Kohlbecker almost 4 years ago

ref #7085 adapting docker files and debian package to changes

View differences:

src/main/installer/linux/cdmserver
45 45

  
46 46
CDMSERVER_ARGS=""
47 47

  
48
JAVA_OPTIONS="-Xmx1024M -XX:PermSize=128m -XX:MaxPermSize=192m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -Duser.home=$CDM_HOME"
48
JAVA_OPTIONS="-Xmx1024M -XX:PermSize=128m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -Duser.home=$CDM_HOME"
49 49

  
50 50
JSVC_JVM="server"
51 51

  
......
98 98
. /lib/lsb/init-functions
99 99

  
100 100
#### finally compile overridable variables
101
CDMSERVER_ARGS="-httpPort=$CDMSERVER_PORT -logdir=$LOGDIR -contextPathPrefix=$CONTEXT_PATH_PREFIX $CDMSERVER_ARGS"
101
CDMSERVER_ARGS="-httpPort=$CDMSERVER_PORT -Dcdm.logDir=$LOGDIR -contextPathPrefix=$CONTEXT_PATH_PREFIX $CDMSERVER_ARGS"
102 102

  
103 103
#### setting java home for JSVC ####
104 104

  

Also available in: Unified diff