Skip to content

Commit 015216b

Browse files
committed
data/settings: Add import_environment/MALLOC_MMAP_THRESHOLD_=131072
1 parent 6c804e4 commit 015216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6659,7 +6659,7 @@ source IMAP server.
66596659
import_environment: {
66606660
default: `
66616661
TZ=%{env:TZ} CORE_OUTOFMEM=%{env:CORE_OUTOFMEM} CORE_ERROR=%{env:CORE_ERROR}
6662-
PATH=%{env:PATH}`,
6662+
PATH=%{env:PATH} MALLOC_MMAP_THRESHOLD_=131072`,
66636663
values: setting_types.STRLIST,
66646664
text: `
66656665
A list of environment key=value pairs, that are preserved and passed to all

0 commit comments

Comments
 (0)