Skip to content

Commit

Permalink
Merge pull request #145 from sbt/wip/wip-describe-memory-unit
Browse files Browse the repository at this point in the history
FIX #90 Adding memory unit for `-mem` option in bash script
  • Loading branch information
jsuereth committed Feb 1, 2014
2 parents 20e5aed + 1203266 commit a9f6631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Usage: $script_name [options]
-v | -verbose this runner is chattier
-d | -debug set sbt log level to debug
-no-version-check Don't run the java version check.
-mem <integer> set memory options (default: $sbt_mem, which is $(get_mem_opts $sbt_mem))
-mem <integer> set memory options in MB (default: $sbt_mem, which is $(get_mem_opts $sbt_mem))
-jvm-debug <port> Turn on JVM debugging, open at the given port.
# java version (default: java from PATH, currently $(java -version 2>&1 | grep version))
Expand Down

0 comments on commit a9f6631

Please sign in to comment.