Reasonable default heap size for rundeckd script
Reported by Alex-SF | January 14th, 2011 @ 07:09 AM | in Rundeck 1.1
Enable a reasonable setting for min/max heap size for the rundeckd startup script. This should also support override from the environment.
Eg
$ diff server/sbin/rundeckd server/sbin/rundeckd.orig
48c48
< rundeckd="${JAVA_HOME}/bin/java ${RDECK_JVM} ${JAVA_OPTS:--Xmx1024m -Xms256m} -Dserver.http.port=${RDECK_PORT:=4440} $SSL_OPTS -jar ${RDECK_LAUNCHER}"
rundeckd="${JAVA_HOME}/bin/java ${RDECK_JVM} -Dserver.http.port=${RDECK_PORT:=4440} $SSL_OPTS -jar ${RDECK_LAUNCHER}"
Comments and changes to this ticket
-
Greg Schueler January 14th, 2011 @ 03:52 PM
- Assigned user set to Alex-SF
- Tag set to launcher, script
- Milestone order changed from 9 to 0
-
Deleted User January 16th, 2011 @ 11:17 AM
- State changed from new to resolved
(from [c78186ce0a02a7c8047c432051a1d1ca57a2355b]) Set min/max heap sizes for jvm startup. [#171 state:resolved] https://github.com/dtolabs/rundeck/commit/c78186ce0a02a7c8047c43205...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 171 Reasonable default heap size for rundeckd script (from [c78186ce0a02a7c8047c432051a1d1ca57a2355b]) Set min...