Skip to content

Commit

Permalink
Provide more memory to sbt when invoking the migrator/assembly task
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Apr 16, 2024
1 parent d1bf60e commit 50a38bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi

cp ./spark-cassandra-connector/connector/target/scala-2.11/spark-cassandra-connector-assembly-*.jar ./migrator/lib

sbt -Djava.io.tmpdir="$TMPDIR" migrator/assembly
sbt -Djava.io.tmpdir="$TMPDIR" -mem 8192 migrator/assembly

0 comments on commit 50a38bc

Please sign in to comment.