How to fix heap size error while building jar file through sbt assembly
Answered
i have tries to increase heap size under compile even in under build tool of sbt. still i am getting the same error while packaging the jar file. below is the error : java. lang.OutOfMemoryError : Java heap space
Please sign in to leave a comment.
Did you try to increase it here?
Please share the screenshot of the error.
Yes, Still the same error
Please post the full command line and the output with the error from the sbt shell tool window where you see the task results.