From 37c63f623240947650ad89e30dff90dad3123cff Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Wed, 9 Mar 2016 17:48:28 +0100 Subject: [PATCH] #12772 recommend at least 2GB for running the build --- akka-docs/rst/dev/building-akka.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/dev/building-akka.rst b/akka-docs/rst/dev/building-akka.rst index 808f144818..fafbaab5a7 100644 --- a/akka-docs/rst/dev/building-akka.rst +++ b/akka-docs/rst/dev/building-akka.rst @@ -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 -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 =============