From 3a37041fc48d4719bd524f8fdbcc3cfc58b5ca47 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Thu, 8 Feb 2024 12:44:55 +0100 Subject: [PATCH] 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 (cherry picked from commit c5ad46789dcf85c70a847d62f5859e59686fb532) --- doc/src/manual/command-line-interface.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/manual/command-line-interface.md b/doc/src/manual/command-line-interface.md index 0210e81520998..fdf165d411f5e 100644 --- a/doc/src/manual/command-line-interface.md +++ b/doc/src/manual/command-line-interface.md @@ -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=` |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"