Project

General

Profile

« Previous | Next » 

Revision 8bb6ca19

Added by Andreas Kohlbecker about 8 years ago

increasing limit of max open files for unix to 200000

View differences:

src/main/installer/linux/cdmserver
148 148
    echo $JAVA_OPTIONS $BOOTSTRAP_CLASS  $CDMSERVER_ARGS
149 149

  
150 150
    # increasing the maximum number of open files
151
    ulimit -n 5000
151
    ulimit -n 200000
152 152

  
153 153
    $DAEMON -home "$JAVA_HOME" -user "$CDM_USER" -jvm $JSVC_JVM -cp $JSVC_CLASSPATH \
154 154
        -outfile $LOGDIR/out.log -errfile $LOGDIR/out.log \

Also available in: Unified diff