Skip to content

Commit 3096e31

Browse files
KnutAMfingolfin
authored andcommitted
Document --heap-size-hint in Command-line Interface (#50480)
Almost a direct copy of the output in `julia --help`. Closes #50588 Co-authored-by: Max Horn <[email protected]> (cherry picked from commit c5ad467)
1 parent 9b6c58d commit 3096e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/manual/command-line-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ The following is a complete list of command-line switches available when launchi
142142
|`--output-incremental={yes\|no*}` |Generate an incremental output file (rather than complete)|
143143
|`--trace-compile={stderr,name}` |Print precompile statements for methods compiled during execution or save to a path|
144144
|`--image-codegen` |Force generate code in imaging mode|
145+
|`--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)|
145146

146147

147148
!!! compat "Julia 1.1"

0 commit comments

Comments
 (0)