diff options
| author | Jason Evans <jasone@canonware.com> | 2017-05-30 09:54:49 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-05-30 11:30:54 -0700 |
| commit | c606a87d2a2a946793cf0a29ca69a1962caf6008 (patch) | |
| tree | c05fd628e3bd24cd68de881da3f4a2601d767f7d /doc | |
| parent | bf6673a070a7d0b12a4d25c1f64dcf562f61f10a (diff) | |
| download | platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.tar.gz platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.tar.bz2 platform_external_jemalloc_new-c606a87d2a2a946793cf0a29ca69a1962caf6008.zip | |
Add the --disable-thp option to support cross compiling.
This resolves #669.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index c2c0e925..a9c3d403 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -849,6 +849,17 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay", build configuration.</para></listitem> </varlistentry> + <varlistentry id="config.thp"> + <term> + <mallctl>config.thp</mallctl> + (<type>bool</type>) + <literal>r-</literal> + </term> + <listitem><para><option>--disable-thp</option> was not specified + during build configuration, and the system supports transparent huge + page manipulation.</para></listitem> + </varlistentry> + <varlistentry id="config.utrace"> <term> <mallctl>config.utrace</mallctl> |
