Skip to content

Commit

Permalink
Restored addConfigOpts to resolve issue #1116.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveswing committed May 8, 2016
1 parent a82bb97 commit 3dd5949
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/src/templates/activator
Expand Up @@ -143,6 +143,13 @@ addResidual () {
addDebugger () {
addJava "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$1"
}
addConfigOpts () {
dlog "[addConfigOpts] arg = '$*'"
for item in $*
do
addJava "$item"
done
}

get_mem_opts () {
# if we detect any of these settings in ${JAVA_OPTS} we need to NOT output our settings.
Expand Down

0 comments on commit 3dd5949

Please sign in to comment.