Skip to content

Commit

Permalink
Update runnodes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
farimaf authored Jun 26, 2018
1 parent 0b0962a commit 9099cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone-detector/runnodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm -f "$rootPATH/nodes_completed.txt"

for i in $(seq 1 1 $num_nodes)
do
java -Dproperties.rootDir="$rootPATH/" -Dproperties.location="$rootPATH/NODE_$i/sourcerer-cc.properties" -Dlog4j.configurationFile="$rootPATH/NODE_$i/log4j2.xml" -Xms12g -Xmx12g -XX:+UseCompressedOops -jar $rootPATH/dist/indexbased.SearchManager.jar $mode $threshold &
java -Dproperties.rootDir="$rootPATH/" -Dproperties.location="$rootPATH/NODE_$i/sourcerer-cc.properties" -Dlog4j.configurationFile="$rootPATH/NODE_$i/log4j2.xml" -Xms10g -Xmx10g -XX:+UseCompressedOops -jar $rootPATH/dist/indexbased.SearchManager.jar $mode $threshold &
PIDS+="$! "
done
echo $PIDS
Expand Down

0 comments on commit 9099cbb

Please sign in to comment.