Reduce the slime size for Heroku with Play! 2.0 & Scala

I have a specific problem, but the solutions are likely to be universal for such problems.

I have a play! framework 2.0 using Scala.

I am trying to deploy a new version of Heroku .

However, the deployment fails for this project because the slug size is too large (101 MB).

Now this application is very simple , so this is most likely a configuration problem. The current deployed version uses / uses Play! 2.0-RC3 and the one I'm trying to deploy uses version 2.0. Could this be a problem?

I tried using the slugignore file , ignoring .ivy2, project / loading, etc., but to no avail.

Any other suggestions for reducing mucus size? When using Play 2.x and Scala?

Here is the git output file (excluding selenium dependencies, this is probably the beginning)

+3
source share
2 answers

Just follow the instructions at the bottom of this page. You simply fork https://github.com/heroku/heroku-buildpack-scala and change the bin / compile script to the end, as described in the Finetunig section .

+2
source

:, buildpack, , @JamesWard. , :)

, . Heroku .

Heroku buildpack , Fynn, ( ), , , . , buildpack, .

+2

All Articles