Repository: mesos-site
Updated Branches:
  refs/heads/asf-site e12272f38 -> 58c1e601d


Updated the website built from mesos SHA: 6d61d59.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/58c1e601
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/58c1e601
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/58c1e601

Branch: refs/heads/asf-site
Commit: 58c1e601d5dc9040ef6f01ee32e3b33b3cd54e3c
Parents: e12272f
Author: jenkins <[email protected]>
Authored: Fri Jul 27 14:55:29 2018 +0000
Committer: jenkins <[email protected]>
Committed: Fri Jul 27 14:55:29 2018 +0000

----------------------------------------------------------------------
 content/documentation/latest/memory-profiling/index.html | 5 ++++-
 content/documentation/memory-profiling/index.html        | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/58c1e601/content/documentation/latest/memory-profiling/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/memory-profiling/index.html 
b/content/documentation/latest/memory-profiling/index.html
index 29dea06..00ecf83 100644
--- a/content/documentation/latest/memory-profiling/index.html
+++ b/content/documentation/latest/memory-profiling/index.html
@@ -136,7 +136,10 @@ course also possible to use a <em>suitable</em> custom 
version of jemalloc with
 <code>--with-jemalloc=&lt;/path-to-jemalloc&gt;</code> flag.</p>
 
 <p><strong>NOTE:</strong> Suitable here means that jemalloc should have been 
built with the
-<code>--enable-stats</code> and <code>--enable-prof</code> flags.</p>
+<code>--enable-stats</code> and <code>--enable-prof</code> flags, and that the 
string
+<code>prof:true;prof_active:false</code> is part of the malloc configuration. 
The latter
+condition can be satisfied either at configuration or at run-time, see the
+section on <code>MALLOC_CONF</code> below.</p>
 
 <p>The third way is to use the <code>LD_PRELOAD</code> mechanism to preload a 
<code>libjemalloc.so</code>
 shared library that is present on the system at runtime. The 
<code>MemoryProfiler</code>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/58c1e601/content/documentation/memory-profiling/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/memory-profiling/index.html 
b/content/documentation/memory-profiling/index.html
index 841bd4f..65c00ea 100644
--- a/content/documentation/memory-profiling/index.html
+++ b/content/documentation/memory-profiling/index.html
@@ -136,7 +136,10 @@ course also possible to use a <em>suitable</em> custom 
version of jemalloc with
 <code>--with-jemalloc=&lt;/path-to-jemalloc&gt;</code> flag.</p>
 
 <p><strong>NOTE:</strong> Suitable here means that jemalloc should have been 
built with the
-<code>--enable-stats</code> and <code>--enable-prof</code> flags.</p>
+<code>--enable-stats</code> and <code>--enable-prof</code> flags, and that the 
string
+<code>prof:true;prof_active:false</code> is part of the malloc configuration. 
The latter
+condition can be satisfied either at configuration or at run-time, see the
+section on <code>MALLOC_CONF</code> below.</p>
 
 <p>The third way is to use the <code>LD_PRELOAD</code> mechanism to preload a 
<code>libjemalloc.so</code>
 shared library that is present on the system at runtime. The 
<code>MemoryProfiler</code>

Reply via email to