Skip to content

Commit

Permalink
remove spark cmd-line args from install script
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Oct 20, 2024
1 parent 531f3b1 commit 3d9f0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ install_command () {
echo '' >> $1
echo "JAR=\$HOME/.m2/repository/net/preibisch/BigStitcher/${VERSION}/BigStitcher-${VERSION}.jar" >> $1
echo 'java \' >> $1
echo " -Xmx${MEM}g -Dspark.master=local[${THREADS}] \\" >> $1
echo " -Xmx${MEM}g \\" >> $1
# echo " -Xmx${MEM}g -Dspark.master=local[${THREADS}] \\" >> $1
# echo ' -XX:+UseConcMarkSweepGC \' >> $1
echo -n ' -cp $JAR:' >> $1
echo -n $(cat cp.txt) >> $1
Expand Down

0 comments on commit 3d9f0ee

Please sign in to comment.