#12772 recommend at least 2GB for running the build

This commit is contained in:
Roland Kuhn 2016-03-09 17:48:28 +01:00
parent 56805854f4
commit 37c63f6232

View file

@ -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 subprojects 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
============= =============