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/man
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2005-02-28 13:19:16 +0300
committerPaolo Molaro <lupus@oddwiz.org>2005-02-28 13:19:16 +0300
commit313d75259db427646fc453f505d741ac6fade100 (patch)
treec412efa5f6c0770f0706832757e2920a217c372b /man
parent3e17f2435fc480dd1f0e96901f9638f4ecf7e888 (diff)
Updates.
svn path=/trunk/mono/; revision=41275
Diffstat (limited to 'man')
-rw-r--r--man/mono.19
1 files changed, 8 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index 54436cd9b46..03471214f3c 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -425,12 +425,19 @@ Directories are separated by the platform path separator (colons on unix). Examp
Experimental RTC support in the statistical profiler: if the user has
the permission, more accurate statistics are gathered. The MONO_RTC
value must be restricted to what the linux rtc allows: power of two
-from 64 to 8192 Hz.
+from 64 to 8192 Hz. To enable higher frequencies like 4096 Hz, run as root:
+.nf
+ echo 4096 > /proc/sys/dev/rtc/max-user-freq
+.fi
.Sp
For example:
.nf
MONO_RTC=4096 mono --profiler=default:stat program.exe
.fi
+.TP
+.I "MONO_NO_TLS"
+Disable inlining of thread local accesses. Try setting this if you get a segfault
+early on in the execution of mono.
.TP
.I "MONO_SHARED_DIR"
If set its the directory where the ".wapi" handle state is stored.