add heap size and 'expert' flags to help text (#908)
This commit is contained in:
parent
42dffdad84
commit
47bcb4be5e
1 changed files with 4 additions and 2 deletions
|
|
@ -117,8 +117,9 @@ or: bb [global-opts] subcommand [subcommand opts] [cmdline args]
|
||||||
|
|
||||||
Global opts:
|
Global opts:
|
||||||
|
|
||||||
-cp, --classpath Classpath to use. Overrides bb.edn classpath.
|
-cp, --classpath Classpath to use. Overrides bb.edn classpath.
|
||||||
--debug Print debug information and internal stacktrace in case of exception.
|
--debug Print debug information and internal stacktrace in case of exception.
|
||||||
|
-Xmx<size>[g|G|m|M|k|K] Set a maximum heap size (e.g. -Xmx256M to limit the heap to 256MB).
|
||||||
|
|
||||||
Help:
|
Help:
|
||||||
|
|
||||||
|
|
@ -126,6 +127,7 @@ Help:
|
||||||
version Print the current version of babashka.
|
version Print the current version of babashka.
|
||||||
describe Print an EDN map with information about this version of babashka.
|
describe Print an EDN map with information about this version of babashka.
|
||||||
doc <var|ns> Print docstring of var or namespace. Requires namespace if necessary.
|
doc <var|ns> Print docstring of var or namespace. Requires namespace if necessary.
|
||||||
|
-XX:PrintFlags= Print help text for \"expert\" runtime options (GC/safepoint options).
|
||||||
|
|
||||||
Evaluation:
|
Evaluation:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue