Skip to content

Commit

Permalink
Document --heap-size-hint in Command-line Interface (#50480)
Browse files Browse the repository at this point in the history
Almost a direct copy of the output in `julia --help`.

Closes #50588

Co-authored-by: Max Horn <[email protected]>
(cherry picked from commit c5ad467)
  • Loading branch information
KnutAM authored and KristofferC committed Feb 20, 2024
1 parent 9b6c58d commit 3096e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/manual/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ The following is a complete list of command-line switches available when launchi
|`--output-incremental={yes\|no*}` |Generate an incremental output file (rather than complete)|
|`--trace-compile={stderr,name}` |Print precompile statements for methods compiled during execution or save to a path|
|`--image-codegen` |Force generate code in imaging mode|
|`--heap-size-hint=<size>` |Forces garbage collection if memory usage is higher than that value. The memory hint might be specified in megabytes (e.g., 500M) or gigabytes (e.g., 1G)|


!!! compat "Julia 1.1"
Expand Down

0 comments on commit 3096e31

Please sign in to comment.