Skip to content

Commit c5ad467

Browse files
KnutAMfingolfin
andauthored
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 <max@quendi.de>
1 parent 2673c14 commit c5ad467

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
@@ -213,6 +213,7 @@ The following is a complete list of command-line switches available when launchi
213213
|`--output-incremental={yes\|no*}` |Generate an incremental output file (rather than complete)|
214214
|`--trace-compile={stderr,name}` |Print precompile statements for methods compiled during execution or save to a path|
215215
|`--image-codegen` |Force generate code in imaging mode|
216+
|`--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)|
216217

217218

218219
!!! compat "Julia 1.1"

0 commit comments

Comments
 (0)