This helps to reduce long-running processes' memory usage.
This change isn't tracked in settings changes history. Mainly because it
would require extra code to support, but also because it's more of a system
optimization than Dovecot configuration change.
{ "import_environment/LISTEN_FDS", "%{env:LISTEN_FDS}" },
{ "import_environment/NOTIFY_SOCKET", "%{env:NOTIFY_SOCKET}" },
#endif
+#ifdef __GLIBC__
+ { "import_environment/MALLOC_MMAP_THRESHOLD_", "131072" },
+#endif
#ifdef DEBUG
{ "import_environment/GDB", "%{env:GDB}" },
{ "import_environment/DEBUG_SILENT", "%{env:DEBUG_SILENT}" },