SBT_OPTS="-Xms1024m -Xmx2048m -XX:ReservedCodeCacheSize=256m -XX:MaxMetaspaceSize=512m" sbt assembly
https://stackoverflow.com/questions/30903742/outofmemoryerrory-creating-fat-jar-with-sbt-assembly
https://alvinalexander.com/source-code/scala-how-give-sbt-more-ram-memory-sbt_opts/