Increase JVM heap size for Scala?

前端 未结 5 1088
醉酒成梦
醉酒成梦 2020-11-27 12:37

I have a Scala data processing tool which is failing with a java.lang.OutOfMemoryError exception. The tool needs to make a couple passes over a large data file

5条回答
  •  情深已故
    2020-11-27 13:24

    As a hack you can edit the scala/bin/scala file to edit the parameters for the java command. Not pretty.

提交回复
热议问题