I have looked into related answers, but they are all Unix and all full configuration.
Currently if I need more heap I run my app as this from a batch file:
call scala -J-Xmx1200m -cp target\scala-2.11\classes Start
Can I do the same with sbt run, using light configuration?