Skip to content

Commit

Permalink
FIX #90 Adding memory unit for -mem option in bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Feb 1, 2014
1 parent 20e5aed commit 1203266
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 1203266

Please sign in to comment.