Add documentation on env variable SBT_OPTS and add documentation about it (#914)

This commit is contained in:
Chris Stewart 2019-12-03 19:01:34 -06:00 committed by GitHub
parent 1a9cf577db
commit 0f9c349d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -1 +0,0 @@
-Xmx1024m

View file

@ -78,6 +78,14 @@ If you want to enable this when you are running a bitcoin-s application, you wil
## Developer productivity
### sbt
The default scala build tool is [sbt](https://www.scala-sbt.org/).
For the basics of how sbt works see the [sbt guide](https://www.scala-sbt.org/1.x/docs/Getting-Started.html)
One helpful configuration is the env variable `SBT_OPTS` which allows you to pass jvm arguments for sbt.
### Bloop
If you're tired of waiting around for sbt all day, there's a new,