daemon-conf: enable memfd by default

memfd support was introduced in 9.0, but disabled by default. No issues
have been reported - now is a good time to enable it by default.
This commit is contained in:
Tanu Kaskinen 2016-09-08 16:20:04 +03:00
parent c73bbee878
commit b8113d861f
3 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@ ifelse(@HAVE_DBUS@, 1, [dnl
; local-server-type = user
])dnl
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; lock-memory = no
; cpu-limit = no