lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Default stack size is too low and not configurable #241

Closed SethTisue closed 1 year ago

SethTisue commented 1 year ago

in the community build we perl -pi -e 's/^java .$/java -Xss16M \\/' dbuild-${DBUILDVERSION}/bin/dbuild in order to increase the JVM stack size

nbd, but it would be nice to have dbuild set a higher default

(or ideally make it configurable, but whatevs)

SethTisue commented 1 year ago

in #242 I just threw in -Xss16M and didn't bother making it configurable