Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
ulimit is automatic now
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Mar 7, 2011
1 parent e652f5e commit e4bee97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/template/src/scripts/startup.sh
Expand Up @@ -65,7 +65,6 @@ case "$1" in
exit 0
fi

ulimit -n 32768 || echo -n " (no ulimit)"
ulimit -c unlimited || echo -n " (no coredump)"
$DAEMON $daemon_args $daemon_start_args -- sh -c "echo "'$$'" > $pidfile; exec ${JAVA_HOME}/bin/java ${JAVA_OPTS} -jar ${APP_HOME}/${JAR_NAME}"
tries=0
Expand Down

0 comments on commit e4bee97

Please sign in to comment.