Module Name:    src
Committed By:   jruoho
Date:           Tue Jun 21 03:02:58 UTC 2011

Modified Files:
        src/lib/libc/stdlib: jemalloc.3

Log Message:
Note the potential danger in the options. Fixes PR lib/31112.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdlib/jemalloc.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/jemalloc.3
diff -u src/lib/libc/stdlib/jemalloc.3:1.6 src/lib/libc/stdlib/jemalloc.3:1.7
--- src/lib/libc/stdlib/jemalloc.3:1.6	Wed Jun  8 18:09:57 2011
+++ src/lib/libc/stdlib/jemalloc.3	Tue Jun 21 03:02:57 2011
@@ -34,7 +34,7 @@
 .\"     @(#)malloc.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD: src/lib/libc/stdlib/malloc.3,v 1.73 2007/06/15 22:32:33 jasone Exp $
 .\"
-.Dd May 14, 2010
+.Dd June 21, 2011
 .Dt JEMALLOC 3
 .Os
 .Sh NAME
@@ -172,8 +172,11 @@
 This is intended for debugging and will impact performance negatively.
 .El
 .Pp
+Extra care should be taken when enabling
+any of the options in production environments.
 The
-.Em J
+.Em A ,
+.Em J ,
 and
 .Em Z
 options are intended for testing and debugging.

Reply via email to