Skip to content

Commit eb113c9

Browse files
author
Matthew Fisher
committed
docs(using_buildpacks): add sidenote on Scala buildpack
Play v2.0 apps and above use the Scala buildpack, which requires a minimum of 512MB for to execute sbt, which invokes the JRE.
1 parent 1c6e55f commit eb113c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/using_deis/using-buildpacks.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ For convenience, a number of buildpacks come bundled with Deis:
118118
Deis will cycle through the ``bin/detect`` script of each buildpack to match the code you
119119
are pushing.
120120

121+
.. note::
122+
123+
If you're testing against the `Scala Buildpack`_, the :ref:`Builder` requires at least
124+
512MB of free memory to execute the Scala Build Tool.
125+
121126
Using a Custom Buildpack
122127
------------------------
123128
To use a custom buildpack, set the ``BUILDPACK_URL`` environment variable.

0 commit comments

Comments
 (0)