From c80e7276ca6ceab7e9ab301f8aa8f9e08be95173 Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Sun, 9 Jul 2023 13:31:41 +0200 Subject: [PATCH] Document --heap-size-hint in Command-line Interface --- 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 e1651c61a3ec3..48ea495c89071 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"