Skip to content

Commit

Permalink
- fixed java heap size setting bug for local mode in nephele jobmanag…
Browse files Browse the repository at this point in the history
…er script nephele-jobmanager.sh
  • Loading branch information
Fabian Hueske committed Feb 27, 2011
1 parent 506b150 commit fc5fe78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bin=`cd "$bin"; pwd`
. "$bin"/nephele-config.sh

if [ "$EXECUTIONMODE" = "local" ]; then
JM_JHEAP=`echo $JM_JHEAP+$TM_JHEAP | bc`
NEPHELE_JM_HEAP=`echo $NEPHELE_JM_HEAP+$NEPHELE_TM_HEAP | bc`
fi

JVM_ARGS="$JVM_ARGS -Xms"$NEPHELE_JM_HEAP"m -Xmx"$NEPHELE_JM_HEAP"m"
Expand Down

0 comments on commit fc5fe78

Please sign in to comment.