Project

General

Profile

feature request #3683

Updated by Andreas Kohlbecker almost 4 years ago

see    #3673 (edit-production: update /etc/defaults/cdmserver to include the improved jvm settings) and http://cybertaxonomy.eu/cdmserver-installation for examples 


 * ~~provide provide a section for jdk 1.6 and for jdk 1.7~~ we only support jdk 1.8 by now 1.7 


 * Should it contain an optional section on the yourkit profiler agent? If we decide on that the file must contain the following snipped (see also #4797): 

 ~~~ 
 # 
 # Enable remote profiling with yourkit 
 # 
 # JDK7: 
 # To avoid the Java.lang.VerifyError: 'Expecting a stackmap frame at branch target'  
 # add the below option to the JAVA_OPTIONS: 
 # 
 #    -XX:-UseSplitVerifier  
 # 
 #export LD_LIBRARY_PATH=/opt/yjp-9.0.8 
 #JAVA_OPTIONS="$JAVA_OPTIONS -XX:-UseSplitVerifier -agentlib:yjpagent" 
 ~~~ 


 consider solving #5792 at the same time 

Back