Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Needham <jneedham@axion-biosystems.com>2019-04-17 18:17:40 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-18 14:59:27 +0300
commita738d0e284c9d93e577124a32afdc6a247426d23 (patch)
treec539cfc4b0dd02119179d295199ac0eeca563723 /README.md
parent90869d7708c6edaae2a213624c9bf9f89a062fec (diff)
Update documentation for --with-large-heap
This Flags only applies to the Boehm GC
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c799b8ee07..5cdbd38762d 100644
--- a/README.md
+++ b/README.md
@@ -306,6 +306,9 @@ faster under the Xen virtualization system.
* `--with-large-heap=yes,no` - Enable support for GC heaps larger than 3GB.
+ * This only applies only to the Boehm garbage collector, the SGen garbage
+collector does not use this configuration option.
+
* This defaults to `no`.
* `--enable-small-config=yes,no` - Enable some tweaks to reduce memory usage