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 <max@quendi.de>
  • Loading branch information
KnutAM and fingolfin committed Feb 8, 2024
1 parent 2673c14 commit c5ad467
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 @@ -213,6 +213,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 c5ad467

Please sign in to comment.