#12772 recommend at least 2GB for running the build
This commit is contained in:
parent
56805854f4
commit
37c63f6232
1 changed files with 4 additions and 2 deletions
|
|
@ -47,8 +47,10 @@ want to find out more about sbt and using it for your own projects do read the
|
||||||
|
|
||||||
.. _sbt documentation: http://www.scala-sbt.org/documentation.html
|
.. _sbt documentation: http://www.scala-sbt.org/documentation.html
|
||||||
|
|
||||||
The Akka sbt build file is ``project/AkkaBuild.scala``.
|
The main Akka sbt build file is ``project/AkkaBuild.scala``, with a `build.sbt` in
|
||||||
|
each subproject’s directory. It is advisable to allocate at least 2GB of heap size
|
||||||
|
to the JVM that runs sbt, otherwise you may experience some spurious failures when
|
||||||
|
running the tests.
|
||||||
|
|
||||||
Building Akka
|
Building Akka
|
||||||
=============
|
=============
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue