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
path: root/README
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2010-03-05 20:59:41 +0300
committerPaolo Molaro <lupus@oddwiz.org>2010-03-05 20:59:41 +0300
commit27bd00a8a8fd4b2a55394dd9aa82832dfc09fc89 (patch)
tree056797e1886ceb61375a19001ffa09d773f7e9e6 /README
parent2d1ead2cc84ba7ca5fb810a282c6ad3463c22ba4 (diff)
Fri Mar 5 18:58:15 CET 2010 Paolo Molaro <lupus@ximian.com>
* configure.in: introduce the --enable-small-config option to reduce runtime requirements (and capabilities). svn path=/trunk/mono/; revision=153127
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index d7fd4444128..9115a434983 100644
--- a/README
+++ b/README
@@ -259,6 +259,17 @@ This is Mono.
This value is set to `no' by default.
+ --enable-small-config=yes,no
+
+ Enable some tweaks to reduce memory usage and disk footprint at
+ the expense of some capabilities. Typically this means that the
+ number of threads that can be created is limited (256), that the
+ maxmimum heap size is also reduced (256 MB) and other such limitations
+ that still make mono useful, but more suitable to embedded devices
+ (like mobile phones).
+
+ This value is set to `no' by default.
+
--with-ikvm-native=yes,no
Controls whether the IKVM JNI interface library is