Skip to content
Jonathan edited this page Jul 17, 2013 · 2 revisions

Processing Large Files Produces a Stack Overflow

The prettyprinter produces a stack overflow when processing large files (like the jquery source file with ~10k LOC). Increasing the stack size of the JVM helps with this issue:

sbt -J-Xss32m

Clone this wiki locally