How to fix heap size error while building jar file through sbt assembly

已回答
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
0

Did you try to increase it here?

Please share the screenshot of the error.

0
Avatar
Permanently deleted user

Yes, Still the same error

0

Please post the full command line and the output with the error from the sbt shell tool window where you see the task results.

0

请先登录再写评论。