From 6d32796668fcb9e5100f03c067056cd5d00ff703 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 24 Apr 2013 15:04:26 +0100 Subject: [man] Update mono version 2.11->3.0 --- man/mono.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/mono.1 b/man/mono.1 index 1afc37ea670..f7516c2232f 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -6,7 +6,7 @@ .\" Author: .\" Miguel de Icaza (miguel@gnu.org) .\" -.TH Mono "Mono 2.11" +.TH Mono "Mono 3.0" .SH NAME mono \- Mono's ECMA-CLI native code generator (Just-in-Time and Ahead-of-Time) .SH SYNOPSIS -- cgit v1.2.3 From d94839c4933f1a3a046758bc520007097fdd99a4 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 25 Apr 2013 00:01:08 +0100 Subject: [WebConfigurationManager] Make the max LRUcache size configurable Using the env var MONO_ASPNET_WEBCONFIG_CACHESIZE, as discussed in BXC#5598 --- man/mono.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') diff --git a/man/mono.1 b/man/mono.1 index f7516c2232f..edb69e7ed4b 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -3,6 +3,7 @@ .\" Copyright 2003 Ximian, Inc. .\" Copyright 2004-2011 Novell, Inc. .\" Copyright 2011-2012 Xamarin Inc +.\" Copyright 2013 7digital Media Ltd. .\" Author: .\" Miguel de Icaza (miguel@gnu.org) .\" @@ -897,6 +898,13 @@ above locations. If you don't want the mapping to be performed you can set this variable in your environment before starting the application and no action will be taken. .TP +\fBMONO_ASPNET_WEBCONFIG_CACHESIZE\fR +Mono has a cache of ConfigSection objects for speeding up WebConfigurationManager +queries. Its default size is 100 items, and when more items are needed, cache +evictions start happening. If evictions are too frequent this could impose +unnecessary overhead, which could be avoided by using this environment variable +to set up a higher cache size (or to lower memory requirements by decreasing it). +.TP \fBMONO_CFG_DIR\fR If set, this variable overrides the default system configuration directory ($PREFIX/etc). It's used to locate machine.config file. -- cgit v1.2.3