Scalac Memory Usage
I've been trying to compile the NeHe tutorial for scala (link) and scalac (2.9.0, linux) uses up all my ram and then some. I basically can't compile it.
Why does it use so much ram?
开发者_如何转开发Is there a workaround?
Cheers, Lucas
You may want to increase the amount of memory available by setting JAVA_OPTS to -Xmx1024m
精彩评论