I'm using a package built on sbt, and following the instruction, which is: run
sbt dist
in the package folder.
After the process, i got a .zip file that contains the bin file if i unzip it. (Windows system)
However, I'd like to increase the heap size/memory allocated for this package/program.
I've tried all methods as listed below, but none of them worked.
I've searched a lot, including all methods listed here. But seems like they use sbt directly, like sbt run, sbt project_name, etc, which are not very related to my problem i guess?
Thank you all for the comments! Here is the link to the documentation about how to "Build and Link" of the project I tried to use https://github.com/anskarl/LoMRF/blob/develop/docs/7_1_build_and_link_lomrf.md