Skip to content

Instantly share code, notes, and snippets.

@theevocater
Created June 24, 2013 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theevocater/5854426 to your computer and use it in GitHub Desktop.
Save theevocater/5854426 to your computer and use it in GitHub Desktop.
In which I try to compile 1 file with sbt
$ sbt
show sources
[info] Set current project to aw (in build file:/Users/jacobdeamkaufman/Code/aw.scala/)
> show sources
[info] ArrayBuffer(/Users/jacobdeamkaufman/Code/aw.scala/Expr.scala)
[success] Total time: 0 s, completed Jun 24, 2013 10:36:20 PM
> compile
[info] Updating {file:/Users/jacobdeamkaufman/Code/aw.scala/}default-60d9ca...
[info] Resolving org.scala-lang#scala-library;2.10.2 ...
[info] Done updating.
[info] Compiling 1 Scala source to /Users/jacobdeamkaufman/Code/aw.scala/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.2. Compiling...
java.lang.OutOfMemoryError: PermGen space
Error during sbt execution: java.lang.OutOfMemoryError: PermGen space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment