diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2024-09-26 17:16:48 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-09-26 22:54:25 +0000 |
commit | b0f9f970ec104e1df22ece7c7cdf12240e3c6713 (patch) | |
tree | aca4e6025204c0c6304d677b9688a4d320e12848 | |
parent | eade2001aa9d91440886de8359a4dec9edcde2a9 (diff) |
Regen
-rw-r--r-- | share/man/man5/src.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 303697c6efb5..c259e05af807 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd September 21, 2024 +.Dd September 26, 2024 .Dt SRC.CONF 5 .Os .Sh NAME @@ -819,6 +819,12 @@ and related utilities. .It Va WITHOUT_JAIL Do not build tools for the support of jails; e.g., .Xr jail 8 . +.It Va WITHOUT_JEMALLOC_LG_VADDR_WIDE +Disallow programs to use more than 48 address bits on amd64. +Incompatible with LA57 mode. +Enabling this option might result in a slight reduction in memory +consumption for jemalloc metadata, but also requires disabling LA57 +(if hardware supports it). .It Va WITHOUT_KDUMP Do not build .Xr kdump 1 |